A. $(".demo").each(function(index){this}) B. $(".demo").find() C. $(".demo").list(function(index){this}) D. $(".demo").not()
A. $(".demo:odd") B. $(".demo:even") C. $(".demo:one") D. $(".demo:lt(2)")
A. 对 B. 错