I have what I suspect to be a simple question and after search I suspect the answer to my question to be no, but to double check...
Is it possible to use the Jquery
This works for me. Note to avoid the body being filled with divs, I ensure the div used is removed after close:
$('').prop('id', '_currentDialog').text("Please enter a Comment").dialog( { title: "Input Error", close: function () { $('#_currentDialog').remove(); } } ); 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复