Answer Posted / 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 View All Answers
What are the advantages of minified version of jquery?
What are the guidelines for an application to follow the principles of progressive enhancement.
Explain jquery connect?
What is the use of jquery.data()?
Explain source maps in jquery? : jquery mobile
What are the difference between empty(), remove() and detach() functions in jquery?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
How we can remove an attribute of an html tag in jquery?
Can you please explain the difference between javascript and jquery? : jquery mobile
Is jQuery is a replacement of JavaScript?
Why do we use jquery? : jquery mobile
Tell me which command will give a version of jquery?
How can jquery library be added to pages?
How to debug jquery code/ debug jquery?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile