How to use jquery dialog('open') correctly?
Posted
by yew tree
on Stack Overflow
See other posts from Stack Overflow
or by yew tree
Published on 2009-09-28T15:42:00Z
Indexed on
2010/03/24
4:43 UTC
Read the original article
Hit count: 466
dialog() is already initiated at this point with:
$("#repshare_dialog").dialog({autoOpen: false});
Next I'm trying to open a dialog box with a title, is this right?
$("#repshare_dialog").dialog({ open: function(event,ui) { title: "foo" } });
© Stack Overflow or respective owner