Jquery resizable for children

257 Views Asked by At

In my project,dynamically controls are being added in html. Controls are all wrapped in element. resizable is implemented on div. But children contained in div are not getting resized. I dont have fixed ids for children nor classes,so how can this behavior be implemented. As alsoResize requires fix ids.

1

There are 1 best solutions below

1
On

you can use alsoResize :'li' or whatever are the tags of the children , not to sure but i think u might getaway with :children worth a shot :)