2010年1月15日
摘要: 实际开发中遇到JQuery与其他js库起冲突 究其原因,是它们的全局对象定义冲突了,特别是变量”$”,可重载$函数。使用jQuery.noConflict()就可以通过重载$函数例:项目中应用的 <script type="text/javascript" src="js/mootools.js"></script><script type="... 阅读全文
posted @ 2010-01-15 20:23 冷傲残痕 阅读(6230) 评论(0) 推荐(0) 编辑