jquery - Is it possible to destroy "sortable" when "sortstart" starts? -


यह मेरा कोड है:

  $ ("। Myclass")। बाँध (" ("# Div_1")। $ ("# Div_1 .li_1")। Droppable ({होवरक्लास: 'लाल', ड्रॉप: फ़ंक्शन (इवेंट, Ui) {$ (this) .addClass ('लाल');}});});  

क्या कोई मुझे गलत पहचानने में मदद कर सकता है?

I मिल गया:)

  $ ("। Myclass")। बाँध ('मूसुडाउन', फ़ंक्शन () {$ ('# div_1')। Sortable ('नष्ट');}); $ ("। Myclass")। बाइंड ("सॉर्टर्ट", फ़ंक्शन (इवेंट, यूआई) {$ ("# div_1 .li_1")। ड्रॉपपाबल ({होवर क्लास: 'लाल', ड्रॉप: फ़ंक्शन (इवेंट, यूआई) {$ (यह) .addClass ('लाल');}});});  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -