看看Nemikor的这篇博客文章,它应该做您想要的。
http://blog.nemikor.com/2009/04/18/loading-a-page-into-a-
dialog/
基本上,在调用“打开”之前,您首先要从另一页“加载”内容。
jQuery('#dialog').load('path to my page').dialog('open');
看看Nemikor的这篇博客文章,它应该做您想要的。
http://blog.nemikor.com/2009/04/18/loading-a-page-into-a-
dialog/
基本上,在调用“打开”之前,您首先要从另一页“加载”内容。
jQuery('#dialog').load('path to my page').dialog('open');