Answer Posted / 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 View All Answers
Why should I use jquery?
Is jquery is json library file or a javascript?
What are different type of selector in jQuery?
How to get the direct parent of an element using ?
Is numeric in jquery?
What are selectors in jquery mean ?
How we can hide a block of html code on a button click using jquery?
What is the use of delay() method in JQuery?
Tell me how to select combobox select value and text using jquery?
How to keep the submit text from showing with jquery mobile? : jquery mobile
How to control page titles in jquery mobile? : jquery mobile
Why jQuery is needed?
Explain is jquery replacement of java script? : jquery mobile
How to include jQuery in ASP.Net project?
Whether we need to add jQuery file in both Master and Content page?