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
Differentiate between calling stop (true, true) and finish method?
What is each() function in jQuery? How do you use it?
What is the difference between prop and attr?
What is the slowest selector in jQuery?
Why html 5 inputs look different across devices and browsers? : jquery mobile
What is the goal of cdn and what are the advantages of using cdn?
What is difference between $(this) and ‘this’ in jquery?
What is the difference between prop() and attr() in jquery?
What is jquery.noconflict? Explain
Can we have multiple document.ready() function on the same page? : jquery mobile
Is jquery still relevant 2019?
What are your tools of choice to get the jquery job done?
What is the difference between onload() and document.ready()?
Can JQuery Run on MAC or Linux instead of Windows?
Why we need jquery mobile? : jquery mobile