Calculate innerwidth of a jquery dialog
        Posted  
        
            by user234267
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user234267
        
        
        
        Published on 2010-04-05T19:01:38Z
        Indexed on 
            2010/04/05
            19:03 UTC
        
        
        Read the original article
        Hit count: 214
        
I am trying to calculate the innerwidth of jquery dialog (ui-1.8)
For somereason it is always returning 0. One reason perhaps is that the dialog is still hidden and not open??
Was using
 $('#dialogId').innerwidth()
Any help?
© Stack Overflow or respective owner