InterviewSolution
Saved Bookmarks
| 1. |
Explain .on()? |
|
Answer» SINCE live was DEPRECATED with 1.7, so new method was introduced named ".on()". This method provides all the goodness of PREVIOUS 3 methods and it brings uniformity for ATTACHING event handlers. Since live was deprecated with 1.7, so new method was introduced named ".on()". This method provides all the goodness of previous 3 methods and it brings uniformity for attaching event handlers. |
|