I'm disabling dragging on jquery sortable list but not sure how to enable it back, can someone point me in direction please,
$(".anotherClass").sortable('disable'); //it disables it
I can't seem to find anything in documentation.
This question says enable input here but its not working
$("#wantedItems").sortable({
receive: function (event, ui) {
//enable the input here which input ???????????????????????????????
}
});
You just call it with 'enable'
$( ".selector" ).sortable( "enable" );
Documentation for method: http://api.jqueryui.com/sortable/#method-enable
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With