|
Title: $.parser.auto doesn't work in dialog Post by: hupanfeng on September 24, 2016, 04:31:19 AM i want to get data from server(by ajax) firstly, then render the page in a dialog.so i set $.parser.auto =false,but the parser still auto parse the page.
why and how to solve it? Title: Re: $.parser.auto doesn't work in dialog Post by: jarry on September 24, 2016, 04:34:55 PM Please call the refresh method to update your dialog content.
Code: $('#dlg').dialog('refresh', url); |