jQuery Mobile Question:

Explain .delegate()?

Tweet Share WhatsApp

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 PDF Read All 77 jQuery Mobile Questions
Previous QuestionNext Question
Explain .live()?Explain .on()?