jQuery为用户提供的绑定事件及解除绑定的方法中,对应错误的是( )
A: bind()和unbind()
B: live()和die()
C: delegate()和undelegate()
D: on()和in()
A: bind()和unbind()
B: live()和die()
C: delegate()和undelegate()
D: on()和in()
举一反三
- jQuery中与bind()绑定事件相对应的解绑事件的方法是() A: undelegate() B: unbind() C: off() D: delegate()
- jQuery中绑定事件的方法是( )。 A: click() B: bind() C: change() D: unbind()
- jQuery中绑定事件的方法是()。 A: bind() B: unbind() C: click() D: change()
- jQuery绑定事件的方法中bind()和delegate()这两个方法都是利用on()方法实现的,但是bind方法将on()方法的第二个参数设置为
- jQuery中,unbind()和undelegate()方法解绑事件都是通过off()方法实现的。由此可见,这两个方法绑定的事件也可以使用off()方法来解绑。( )