A. jQuery(document).ready(function(){}); B. $(document).ready(function(){}); C. $(function(){}); D. $(window).ready(function(){});
A. $(" B. top") C. $("div") D. $("*pic") E. $("div p")
A. slideDown() B. slideUp() C. show() D. margin()
A. css() B. style() C. attr() D. attribute()
A. style() B. css() C. innerHtml() D. attr()
A. show() B. show(2000) C. show("slow") D. show(fast)
A. text("hello") B. text() C. attr("hello") D. attr()
A. 对 B. 错