A plugin has overridden some jQuery UI functions

有些话、适合烂在心里 提交于 2019-12-11 19:38:30

问题


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. This relates to a question I asked before (jQuery & JEasyUI dynamic droppable element).


回答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



来源:https://stackoverflow.com/questions/31397095/a-plugin-has-overridden-some-jquery-ui-functions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!