Check out this blog post from Nemikor, which should do what you want.
Basically, before calling ‘open’, you ‘load’ the content from the other page first.
jQuery('#dialog').load('path to my page').dialog('open');
Check out this blog post from Nemikor, which should do what you want.
Basically, before calling ‘open’, you ‘load’ the content from the other page first.
jQuery('#dialog').load('path to my page').dialog('open');