How to use migrate jQuery plugin?



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

Post New Answer

More jQuery Interview Questions

What is the difference between find and children methods in jquery?

0 Answers  


Can we use jQuery to make ajax request?

2 Answers  


What is called chaining?

0 Answers  


How to create clone of any object using jQuery?

1 Answers  


Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?

0 Answers  






Can you give me a brief history of your programming days? Where did it all start?

0 Answers  


Explain the use of each function in jquery?

0 Answers  


Why jquery?

0 Answers  


Does jquery 2.0 supports ie? : jquery mobile

0 Answers  


Can we select a element having a specific class in jquery ?

0 Answers  


What is the jQuery code to select all links inside the paragraph?

0 Answers  


How to always reference latest version of jquery?

0 Answers  


Categories