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 |
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
What is the advantage of using the minified version of jquery rather than using the conventional one?
Explain the difference between find and children methods in jquery?
Which is the latest version of jQuery library?
What is the difference between $(this) and 'this' in jquery?
differentiate between bind() vs live() vs delegate() methods in jquery.
Explain the use of the .pushstack() method.
What are the different types of selectors?
Mention the advantages of cdn? : jQuery Mobile
Why use jQuery filter() Methods?
Name some of the methods of jquery used to provide effects?
What is the use of queue() in jquery?