I have made a DIV resizable in jQuery, like this:
$("#myDiv").resizable();
Simple,
Now is there a way make it 'un' resizable, and to remove this functionality all together?
Regards.
You want the destroy function:
$('#myDiv').resizable('destroy');
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