jQuery
google.load("jquery", "1.3.0");
google.load("jquery", "1.3.0", {uncompressed:true});
jQuery UI
google.load("jqueryui", "1.5.3");
google.load("jqueryui", "1.5", {uncompressed:true});
jquery
. Before loading this module, you must load jquery
. e.g.:
1: <script src="http://www.google.com/jsapi"></script>
2: <script type="text/javascript">
3: google.load("jquery", "1.3");
4: google.load("jqueryui", "1.5");
5: </script>
全站熱搜