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 use of jQuery.data() method?
Why is not dom ready working for jquery mobile? : jquery mobile
Write the code to define a requirejs module with its dependencies.
Tell me what does dollar sign ($) means in jquery? : jquery mobile
When can jquery be used?
What are selectors in jquery? : jQuery Mobile
How can related code be encapsulated? Give example.
Is it possible that jquery html work for both html and xml document?
What are the various ajax functions available in jquery ?
How to include jquery library in asp.net project?
Why are not some scripts and styles loading? : jquery mobile
How do you update ajax response with id " resilts"?
How does jquery mobile theming work? : jquery mobile
Why do we need to go for JQuery?
Explain the use of jquery .each() function? : jquery mobile