I have a div that is made resizable using jQuery UI. How can I dynamically make it not resizable anymore?
I tried calling resizable({ disabled: true }) but the handle still showed.
I have a div that is made resizable using jQuery UI. How can I
Share
Oops…
I was disabling “resizable” before I enabled it…