我愿重写一个<条码>与设计;div>,内容是关于“ j”的结局。
我的法典是:
var dialog = jQuery( #divPopup ).dialog({
autoOpen: false,
height: 450,
width: 650,
modal: true,
open: function(event, ui) {
jQuery( body ).css( overflow , hidden );
},
close: function(event, ui) {
jQuery( #divPopup ).dialog( destroy ).remove();
jQuery("#bodyId").load("http://www.xyz.com/ #bodyId");
}
});
但是,在原有的<代码><div>内添加新的<代码><div>:
<div id="bodyId">
<div id="bodyId">
New Response
</div>
</div>
我愿用新的div .Id
取代原有的div。