A.$(’button’).onclick() B.$(’button’).onclick(function(){}) C.$(’button’).on(’click’,function(){}) D.$("button").click(function(){})
A.:last B.:frist C.:eq(0) D.:even
A.jQuery對象是jQuery獨有的 B.jQuery對象中無法使用DOM對象的任何方法 C.jQuery可以使用DOM對象的任何方法 D.jQuery對象不是jQuery獨有的