1) I use this javascript function to launch JQuery Dialog:
$('#dialog').dialog('open');
2) I read that to change size I can use something like this:
$('.selector').dialog({ height: 530 });
Question: How can I mix those 2 lines of code into 1 line javascript
function?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---