A plugin, namely jEasyUI, has overridden the droppable and draggable functions of jQueryUI. How do I use jQueryUI functions instead? The jEasyUI ones bring some strange behavior.
Solution 1:
You can change the order of inclusion in your <head> tag
First put jEasyUI in <script>
After that put JQueryUI in <script>
As per the JavaScript order of deceleration, now the JQueryUI will override similar functions in jEasyUI
Share
Post a Comment
for "A Plugin Has Overridden Some Jquery Ui Functions"
Post a Comment for "A Plugin Has Overridden Some Jquery Ui Functions"