jq学习笔记(一)基础
$(function(){ alert($) //返回jq对象 alert($()) //返回jq对象 alert($('#box')) //返回jq对象 alert($('#box').css('color','red'))...
$(function(){ alert($) //返回jq对象 alert($()) //返回jq对象 alert($('#box')) //返回jq对象 alert($('#box').css('color','red'))...

http://bbs.wangmingchang.com/forum.php?mod=viewthread&tid=67&page=1&extra=#pid362