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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -