jQuery Mobile Question:
Download Questions PDF

Tell me how to use migrate jQuery plugin if possible?

Answer:

with release of 1.9 version of jQuery, many deprecated methods were discarded and they are no longer available. But there are many sites in production which are still using these deprecated features and it's not possible to replace them overnight. So jQuery team provided with jQuery Migrate plugin that makes code written prior to 1.9 work with it.
So to use old/deprecated features, all you need to do is to provide reference of jQuery Migrate Plugin.

Download jQuery Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
Explain source maps in jQuery?Explain finish method in jQuery?