Calculate innerwidth of a jquery dialog
- by user234267
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?