InterviewSolution
Saved Bookmarks
| 1. |
Explain .delegate()? |
|
Answer» The .delegate() METHOD behaves in a similar FASHION to the .live() method, but instead of ATTACHING the selector/event information to the document, you can choose where it is anchored and it ALSO SUPPORTS chaining. The .delegate() method behaves in a similar fashion to the .live() method, but instead of attaching the selector/event information to the document, you can choose where it is anchored and it also supports chaining. |
|