Dialog Show and Hide Effects
Hi,
I wish to put effects upon showing and hiding of dialog but the code
below doesn't seems to work.
(some codes were omitted for brevity).
$("#dialog").dialog( {autoOpen:false, modal:true, show:"slow"} );
$("#dialog").dialog("open");
Is there any better solution/implementation for this?
Thanks.
--