Summary of Bid (), on () Binding Events in Jquery
Reprinted from: http://blog.csdn.net/qq_27918787/article/details/52541102
One.bind()
How to use it: $(selector).bind(event,data,function)
event: Requirements; one or more events added to an element, such as click,dblclick, etc.
Single event processing: e.g. $(selector).bind("click",data,function);
Multi-event process ...
Added by Promark on Wed, 15 May 2019 02:10:49 +0300