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
Post a Comment