Answers

Question and Answer:

  Home  jQuery Mobile

⟩ Explain .live()?

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.

 177 views

More Questions for you: