Search This Blog

Wednesday, May 27, 2015

Migrating old jquery plugin to avoid conflict of new jquery plugins

Welcome to Designer Blog here i have posted how to  avoid conflict of  Old & New jquery plugins

Jquery Migrate Plugin

We have created the jQuery Migrate plugin to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on jQuery 1.9 and later. Use the uncompressed development version to diagnose compatibility issues, it will generate warnings on the console that you can use to identify and fix problems. Use the compressed production version to simply fix compatibility issues without generating console warnings.

Step1:

Include  the  migrate  plugin within the latest jquery version you can work both  old & new jquery

library plugins which was developed by jquery

using thejquery-migrate-1.2.1.min.js

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>

<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>


Step2: Enjoy Folks

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...