Skip to content Skip to sidebar Skip to footer

Jquery-ui.min.js Conflicts With Jquery.easyui.min.js

i want to use this two files in my work jquery.easyui.min.js and jquery-ui.min.js. But when i include jquery.easyui.min.js , my site changes. it seems jquery.easyui.min.js tries t

Solution 1:

Most easyui plugins are in conflict with jQueryui, as far as I have done some research. The best thing to do is to use either jquery-ui or jquery-easyui.

Solution 2:

If two different frameworks are using the same shortcut, one of them might stop working. To avoid conflict between them you can use $.noConflict() function. for more details check the link jQuery noConflict

Post a Comment for "Jquery-ui.min.js Conflicts With Jquery.easyui.min.js"