没有样式就是最好的样式
用 jQuery.noConflict() 声明一下。比如下面的
jQuery.noConflict();
jQuery(”#content”).hide(); //使用 jQuery 选择器
$(”content”).style.display = ‘none’; //继续使用其它框架的 $ 选择器
或者采用这样的写法
(function($) {
// 这里面的 $ 属于 jquery
})(jQuery);
Name (*)
E-mail (*)
URI
Message
Notify me of followup comments via e-mail
Copyright © 2007 - 郭爽的网页设计资料 - is proudly powered by WordPress Gossip City Theme is created by: Design Disease brought to you by Celebrific.
Leave a reply