09 ตุลาคม 2552

การเรียกใช้งาน jQuery จาก google APIs

การใช้งาน jQuery เราต้องดาวน์โหลดมาใช้งาน วันนี้จะมาบอกวิธีที่ไม่ต้องดาวน์โหลด กล่าวง่าย ๆ ก็คือ เข้าไปใช้งานจาก Google APIs ซึ่ง ทาง Google เค้าสามารถให้เราเข้าไปนำมาใช้งานได้ตลอด ทำให้เราไม่ต้องกังวลในเรื่องของ Version ที่มีการอัพเดท อยู่เสมอ แต่บางครั้งอาจเกิดความล่าช้าในการ เรียก script มาใช้งาน การนำ jQuery จาก Google APIs มาใช้งาน ทำได้ 2 แบบ
แบบที่ 1 ใช้งานผ่าน google.load()
<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">

    // โหลด jQuery
    google.load("jquery", "1.3.2");

    google.setOnLoadCallback(function() {
        // วางโค๊ดของคุณที่นี่
    });
     
</script>

เราสามารถเปลี่ยน Version ได้โดยดูจาก http://code.google.com/apis/ajaxlibs/documentation/index.html#jquery

แบบที่ 2 นำเข้า Libary โดยตรงจาก Google APIs
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>

script ด้านบน เป็นการนำเข้า Libary ชนิด last version สามารถเลือก Version ได้นะครับ โดยเลือกได้จาก http://blog.jquery.com/2009/08/20/codejquerycom-redirected-to-google-ajax-apis/

0 ความคิดเห็น:

แสดงความคิดเห็น

 

sutee-developer Copyright © 2009 Community is Designed by Bie