Is there a way to set multiple alsoResizes in jQuery UI?
$('.selector').resizable({ alsoResize: '.other' });
I would like to set a couple of other elements to also resize, not just one. The official documentation tells nothing.
If you have object reference then you can use like this:
$(el).resizable(
{
alsoResize: [ el.children[0], el.children[1] ]
});
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