เริ่มต้นกับ jquery
สร้างไฟล์สำหรับทดสอบการเรียนรู้ jquery ของคุณด้วย html อย่างง่าย
แก้ไขบรรทัดตำแหน่งของไฟล์ jquery.js .ให้ถูกต้อง
HTML | copy code | ?
01 <html>02 <head>03 <script type=?text/javascript? src=?path/to/jquery.js?></script>04 <script type=?text/javascript?>05 // ใส่โค้ดของคุณที่นี่06 </script>07 </head>08 <body>09 <a href=?http://jquery.com/?>jQuery</a>10 </body>11 </html>
พร้อมแล้วสำหรับการเขียน jquery
HTML | copy code | ?
1 <script type=?text/javascript? src=?js/jquery-1.2.6.min.js?></script>
เนื้อหานี้นำมาจาก เวป http://www.ninenik.com/ เพื่อเป็นแหล่งเก็บข้อมูลอีกที เผื่อวันใด เวปต้นฉบับมีปัญหาครับผม
HTML | copy code | ?
01 <html>02 <head>03 <script type=?text/javascript? src=?js/jquery-1.2.6.min.js?></script>04 <script type=?text/javascript?>05 // ใส่โค้ดของคุณที่นี่06 </script>07 </head>08 <body>09 <a href=?http://jquery.com/?>jQuery</a>10 </body>11 </html>
Technorati Tags: Programming, jQuery, Beginning_jQuery
2 Responses to “เริ่มต้นกับ jquery”
-
เก่งมากน้องรัก

