EventName is the name of the event.
EventName是事件名。
You can remove certain events using unbind (' eventname ') or all events with unbind .
可以使用unbind (eventname)删除某些事件或者使用unbind删除所有的事件。
Additionally, you have the option of assigning a custom event handler using bind (' eventname ', function ).
此外,还可以使用bind (' eventname ',function)指定自定义的事件处理程序。
Additionally, you have the option of assigning a custom event handler using bind (' eventname ', function ).
此外,还可以使用bind (' eventname ',function)指定自定义的事件处理程序。
应用推荐