How to use migrate jQuery plugin?



How to use migrate jQuery plugin?..

Answer / chaitanya

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. Find out more here.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?

1 Answers  


What is the advantage of using the minified version of jquery rather than using the conventional one?

0 Answers  


Explain the difference between find and children methods in jquery?

0 Answers  


Which is the latest version of jQuery library?

1 Answers  


What is the difference between $(this) and 'this' in jquery?

0 Answers  






differentiate between bind() vs live() vs delegate() methods in jquery.

0 Answers  


Explain the use of the .pushstack() method.

0 Answers  


What are the different types of selectors?

0 Answers  


Mention the advantages of cdn? : jQuery Mobile

0 Answers  


Why use jQuery filter() Methods?

0 Answers  


Name some of the methods of jquery used to provide effects?

0 Answers  


What is the use of queue() in jquery?

0 Answers  


Categories