jQuery Mobile Question:

Download Job Interview Questions and Answers PDF

Explain .delegate()?

jQuery Mobile Interview Question
jQuery Mobile Interview Question

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.

Download jQuery Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
Explain .live()?Explain .on()?