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 |
Explain some benefits of jquery knockout?
How to delete cookies in jquery?
How to include jQuery in ASP.Net project?
What are the different ways of using $.connect function in jquery?
What's next on the hitlist with jquery ui?
What is jQuery code to select all links in first paragraph?
What are the different types of selectors?
Explain jquery.noconflict? : jquery mobile
What is $() in jquery?
What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
Explain the common methods of sending a request to a server.
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?