国产亚洲视频网站,狠狠色丁香久久婷婷综合五月,日韩在线网 http://m.shyxfs.com/716.html 分享WordPress技術(shù)和互聯(lián)網(wǎng)的精彩! Sat, 05 Nov 2011 08:58:12 +0000 hourly 1 https://wordpress.org/?v=6.8.1 評(píng)論者:neal http://m.shyxfs.com/716.html#comment-17161 Thu, 28 Apr 2011 08:07:43 +0000 http://m.shyxfs.com/?p=716#comment-17161 過(guò)來(lái)踩踩!我居然發(fā)現(xiàn)的博客域名備案了,我擦!

]]>
評(píng)論者:akasuna http://m.shyxfs.com/716.html#comment-17139 Tue, 12 Apr 2011 02:26:12 +0000 http://m.shyxfs.com/?p=716#comment-17139 我的方案是把 jQuery.js 放到 common.js 之后,然后緊接著 jQuery.js 之后 調(diào)用 $.noConflict(); 釋放 jQuery 的控制權(quán)

然后單獨(dú)用 $ 的時(shí)候,$ 就是 common.js 中的 $

如果要用 jQuery 中的 $,則使用:
jQuery(document).ready(function($) {
$ …….
});

]]>