免费国产成人av,男同在线,色综合视频一区二区三区 http://m.shyxfs.com/716.html 分享WordPress技術和互聯網的精彩! Sat, 05 Nov 2011 08:58:12 +0000 hourly 1 https://wordpress.org/?v=6.8.2 評論者: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 過來踩踩!我居然發現的博客域名備案了,我擦!

]]>
評論者: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 之后 調用 $.noConflict(); 釋放 jQuery 的控制權

然后單獨用 $ 的時候,$ 就是 common.js 中的 $

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

]]>