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 |
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
How do I pull a native DOM element from a jQuery object?
What are the features of jquery used in web applications?
How do you disable or enable a form element?
Differentiate the concepts of .js and .min.js?
What is the difference between map and grep function in jquery?
Explain each() function in jquery?
How to find all sibling elements after the current element using ?
How to check/uncheck an input in jquery?
What is .siblings() method in jquery?
How We Can Write Code Specific To Browser In Jquery?
How to check or uncheck all checkboxes using jquery?