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 vanilla js faster than jquery?
What are the effects methods used in jquery?
Can you include multiple version of jQuery? If yes, then how they are executed?
What is jQuery plugin and what is the advantage of using plugin?
How can you select all elements in a page using jquery?
Where jquery mobile works? : jquery mobile
Why are not some scripts and styles loading? : jquery mobile
How to get the style property of an element using ?
Explain url paremeter of jquery ajax method?
What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
Describe the two types of cdns?
What is jQuery code to select all links in first paragraph?