gpt4 book ai didi

jquery-ui - Emberjs 和 jQuery UI 克隆助手

转载 作者:行者123 更新时间:2023-12-01 02:35:42 25 4
gpt4 key购买 nike

我正在尝试让 jqueryui 拖放以使用 emberjs。我在这里设置了一个 fiddle :http://jsfiddle.net/XMgwV/13/但我似乎无法触发 drop 事件。
mixin 来自这个演示:http://www.lukemelia.com/blog/archives/2012/03/10/using-ember-js-with-jquery-ui/

编辑:
如果我将 jQueryUI 可拖动辅助函数更改为“原始”,它会按预期工作。 jquery ui .clone() 好像有问题和 ember,正如 #7 here 中所指出的. codebrief博文中的safeClone方法好像没有solve the problem fully..

任何人都知道如何让它按预期工作?

最佳答案

我不得不修复 jQuery UI 包装器以使其工作。但我能想到的只是一个肮脏的黑客。

我不得不转身

var ui = jQuery.ui[this.get('uiType')](options, this.get('element'));

进入

var ui = $(this.get('element'))[this.get('uiType')]();

http://jsfiddle.net/MSch/LrHTB/1/

关于jquery-ui - Emberjs 和 jQuery UI 克隆助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10371599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com