javascript - A plugin has overridden some jQuery UI functions -


a plugin, namely jeasyui, has overridden droppable , draggable functions of jqueryui. how use jqueryui functions instead?

the jeasyui ones bring strange behavior. relates question asked before (jquery & jeasyui dynamic droppable element).

you can change order of inclusion in <head> tag

first put jeasyui in <script>

after put jqueryui in <script>

as per javascript order of deceleration, jqueryui override similar functions in jeasyui


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -