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 is the difference between prop() and attr() in jquery?
Explain the script build up by jquery?
What are the different types of selectors in jquery?
Explain each() function in jquery?
What is the difference between onclick and onsubmit?
How to fetch the values of selected checkbox array using jquery?
Explain the basic need to start with jquery? : jquery mobile
How to use jquery?
Define data paremeter of jquery ajax method?
Differences Between jQuery .bind() and .live()?
Explain some features of jquery knockout?
Is jquery is json library file or a javascript?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How can you use a jquery library in your project?