jQuery Mobile Question:
Download Questions PDF

Explain .live()?

Answer:

This method overcomes the disadvantage of bind(). It works for dynamically added elements or future elements. Because of its poor performance on large pages, this method is deprecated as of jQuery 1.7 and you should stop using it. Chaining is not properly supported using this method.

Download jQuery Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
What is .bind()?Explain .delegate()?