Google CDN 其實是來的比微軟早,目前提供以下 Library API
- Chrome Frame
- Dojo
- Ext Core
- jQuery
- jQuery UI
- MooTools
- Prototype
- script.aculo.us
- SWFObject
- Yahoo! User Interface Library (YUI)
- WebFont Loader
使用方法 保哥 有介紹,就不在 贅述。
靜態載入
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.2/jquery-ui.min.js"></script>
動態載入
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript" language="javascript"> google.load("jquery", "1.2"); google.load("jqueryui", "1.5.2"); </script>
參考:
0 Comments:
張貼留言