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 a use of jquery filter?
Need to add jQuery file in both Master and Content page?
what does $("div") will select? : jquery mobile
Why we use jquery .each() function?
How is body onload() function is different from document.ready() function used in jquery?
Define slidetoggle() effect?
Explain the use jquery.data method?
What are your tools of choice to get the jquery job done?
What are the basic selectors in jQuery?
What is the script build up by jQuery?
How to prevent Right Click option using jquery?
What are the types of selectors in jQuery?
How do you add an HTML element in DOM tree?
How to divide a page into parts using jquery mobile? : jquery mobile
What is the difference between bind() and live() function in jquery?