1.

What are events in jQuery?

Answer»

User actions on a webpage are called events and handling responses to those is called event handling. jQuery provides simple methods for attaching event handlers to selected elements. When an event occurs, the provided function is executed.




Discussion

No Comment Found