Jquery resizable for children
In my project,dynamically controls are being added in html. Controls are all wrapped in element. resizable is implemented on div. But children con开发者_C百科tained 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.
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 :)
精彩评论