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 |
Can you call C# code-behind method using jQuery? If yes,then how?
How do you select an item using css class or id and get the value by use of jquery.
Tell me what are the slow selectors in jquery? : jquery mobile
Define animate function in jquery?
What is difference between sorting string array and sorting numerical array in jquery?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
Give a brief idea about jquery mobile? : jQuery Mobile
How does jquery store data related to an element?
What is the difference between calling stop(true,true) and finish method?
Is there any difference between body onload() and document.ready() function?
Explain the use of jquery .each() function? : jquery mobile
How do you install/use jquery in a project.