1..bind()
在.bind()绑定事件的时候,这些元素必须已经存在。
.bind()
2.on()首选的,最灵活的
3.one()为元素的事件添加处理函数。处理函数在每个元素上每种事件类型最多执行一次。
4..delegate()
.delegate()
undelegate是用来移除使用.delegate()的方式已经绑定的事件处理程序
undelegate