插件已覆盖了一些jQuery UI功能 [英] A plugin has overridden some jQuery UI functions

查看:113
本文介绍了插件已覆盖了一些jQuery UI功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一个插件,即jEasyUI,已覆盖jQueryUI的可拖放功能.我该如何使用jQueryUI函数呢?

A plugin, namely jEasyUI, has overridden the droppable and draggable functions of jQueryUI. How do I use jQueryUI functions instead?

jEasyUI带来了一些奇怪的行为.这涉及到我之前问过的一个问题( jQuery和JEasyUI动态可投放元素).

The jEasyUI ones bring some strange behavior. This relates to a question I asked before (jQuery & JEasyUI dynamic droppable element).

推荐答案

您可以更改包含在< head>中的顺序.标签

You can change the order of inclusion in your <head> tag

首先将jEasyUI放入< script>

First put jEasyUI in <script>

之后,将JQueryUI放入< script>

After that put JQueryUI in <script>

按照JavaScript的减速顺序,现在JQueryUI将覆盖jEasyUI中的类似功能

As per the JavaScript order of deceleration, now the JQueryUI will override similar functions in jEasyUI

这篇关于插件已覆盖了一些jQuery UI功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆