0
我有以下div
元素,我只想排序沒有class="nodragorsort"
的元素。如何禁用某些可排序元素的拖動行爲
<div id="1" class="one">
<div>one </div>
<div class="nodragorsort">this should be fixed </div>
<div class="nodragorsort">this should be fixed </div>
<div>one </div>
</div>
我連接多個div使用連接與jQuery排序。我希望div中的某些元素不要與其他排序div連接,甚至用戶也不能將這些元素索引應該修復或需要修復的那些元素拖拽。
你救了我的朋友(Y) – NullPointer 2014-02-11 12:08:49