jQuery resizable() and multiple alsoResize's?
        Posted  
        
            by Tower
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tower
        
        
        
        Published on 2010-03-20T15:52:14Z
        Indexed on 
            2010/03/20
            16:21 UTC
        
        
        Read the original article
        Hit count: 415
        
Hi,
Is there a way to set multiple alsoResize's 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.
© Stack Overflow or respective owner