//Example 1
<SCRIPT src=""></SCRIPT><SCRIPT type=text/javascript>google.load("jquery", "1.2.6");google.setOnLoadCallback(function() { // do something});</SCRIPT><SCRIPT type=text/javascript src=""></SCRIPT> // Example 2:(the best and fastest way)<SCRIPT type=text/javascript src=""></SCRIPT>
34. 禁用Jquery(动画)效果
Disable all jQuery effects
?
$(document).ready(function() {
jQuery.fx.off = true;});
35. 与其他Javascript类库冲突解决方案
To avoid conflict other libraries on your website, you can use this jQuery Method, and assign a different variable name instead of the dollar sign.
?
$(document).ready(function() {
var $jq = jQuery.noConflict(); $jq('#id').show();});
如果想深入体验LINUX系统的新手,也可以先下载一个方德Linux软件中心试用一下。
免费下载地址::81/appCenter/open/softcenter