How to use migrate jQuery plugin?
Answer / 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 |
How to get the server response from an ajax request using jquery?
What is each() function in jQuery? How do you use it?
How we can apply css in multiple selectors in jquery?
Is jquery still relevant 2019?
Write a basic jquery code?
Define jquery filter?
How to load a page using jquery mobile? : jquery mobile
What are the different ways of using $.connect function in jquery?
What is parseint() and why it is used?
What is the use jQuery.data method?
Explain the difference between jquery.size() and jquery.length?
What is the difference between $(window).load and $(document).ready function in jquery?