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 give face effect in jquery?
How we can get the value of a radio button using jquery?
Explain jquery.noconflict? : jquery mobile
What programming language does jquery use?
What is the difference between onload() and document.ready()?
What is the difference between event.PreventDefault and event.stopPropagation?
What are the basic selectors in jQuery?
How to search for descendant elements that match the specified selectors using ?
What are the types of selectors in jQuery?
What is the use of param() method?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
What are the advantages of jQuery?