2013-10-22 77 views

回答

1

使用destroy()方法一樣,

$(".selector").sortable("destroy"); 

在你代碼

$(document).on('click','.close',function(){ 
    $(this).closest('.column').sortable("destroy").remove();// to destroy element 
    //$(this).closest('.column').sortable("destroy");// to destroy widget only 
}); 

Demo

+0

我寫了這一點。 ('click','.portlet-header .ui-icon',function(){$ this(this).sortable(「destroy」); });' 不工作。 – PythonEnthusiast

+0

你能否給我提供一個工作演示。謝謝。 – PythonEnthusiast

+0

這是我的[jsfiddle](http://jsfiddle.net/Eu2tN/) – PythonEnthusiast

相關問題