2012-03-03 61 views
0

我已經使用Jquery Portlet進行排序。我已經取消了對portlet-content,portlet-header的排序,同時最大化了portlet。再次,當我最小化時,我想啓用排序選項的真實。如何在jquery中再次啓用可排序的portlet?

對於禁用排序我使用:

$(".column").sortable("option", "cancel", '.portlet,.portlet-header,.portlet-content'); 

如何重新啓用排序的呢?

+0

請任何人幫我... – Ramprasad 2012-03-05 04:53:41

回答

0

我在我的網站上有類似的方法。當我點擊最小化按鈕時,我再次調用可排序的初始化。

相關問題