The jQueryUI Dialog widget is able to resize itself like this:
$( ".selector" ).dialog( "option", "width", 500 );
$( ".selector" ).dialog( "option", "height", 500 );
2
solved Best jquery modal/overlay?
The jQueryUI Dialog widget is able to resize itself like this:
$( ".selector" ).dialog( "option", "width", 500 );
$( ".selector" ).dialog( "option", "height", 500 );
2
solved Best jquery modal/overlay?