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.
Previous Question | Next Question |
Explain .live()? | Explain .on()? |