我试图在某个部件被拖走时发现。 j Query文件指出,应当增加.bind(drag
)。 不幸的是,我没有这样做。 我已核实我的物品是可分割的(由大公司干).)。
//all of these elements show a "drag" listener, yet nothing happens
console.log($( #roster .sponsors li, #roster .players li ));
$( #roster .sponsors li, #roster .players li ).bind( drag , function () {
$( .team div.sponsors, .team div.players ).remove();
$(this).unbind( drag );
});
I m 试图获得“这里的拖拉赞助人”的tag子,当他们开始 d时,他们就会走。 http://jsfiddle.net/gEuZz/2/。
<>>>>
这个问题——ReMOVED——