Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How to bind a handler to one or more events (like click) for an element using jQuery?

The bind( type, [data], fn ) function binds a handler to one or more events (like click) for each matched element. Can also bind custom events.

 198 views

More Questions for you: