标签:jquer ann sharp pre 并且 不能 function 引入 原因
1.js的加载是有先后顺序的,并且不能重复引入,重复引入的只有最后一个起作用
2.在使用ligerUI的时候一定要先引用jQuery再引用ligerUI
3.在使用jQuery时遇到变量名未定义的主要原因是没有预加载
//预加载 $(document).ready(function () { showRadar(); getAnnouncements(); showBar(); $("#radarTime").bind("change",function(){ showRadar(); }); });
标签:jquer ann sharp pre 并且 不能 function 引入 原因
原文地址:http://www.cnblogs.com/ysgcs/p/7655455.html