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 we can set the html contents of an element in jquery?
How can images be made to appear scrolling one over another?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
Differences Between jQuery .bind() and .live()?
Mac, windows or linux? Why do you love this platform while using jquery?
Does jQuery 2.0 supports IE?
Which sign is used as a shortcut for jQuery?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?
Explain jquery $.ajax() method?
What is the difference between jquery.get() and jquery.ajax()?
Which is fast document.getElementByID('txtName') or $('#txtName').?
What are the slow selectors in jQuery?