0
我嘗試從jquery對話框中獲取數據。我第一次得到它。但下一次的數據是相同 這是我的代碼關閉對話框時從jquery對話框中獲取數據
window.$('<div align="center" style="width:100%;height:100%;"><iframe id="ictdg" src="item_new_cat.php?itty='+itty+'" width="100%" height="100%" frameborder="0"></iframe></div>')
.dialog({
modal: true,
width: 400,
height: 250,
title: 'New Category Registration',
buttons: [{
text: "Save and Close",
click: function(){
var nwcg=$('#ictdg').contents().find('#nwct').val();
alert(nwcg); // This Data Not Refress ???
$(this).dialog("close");
}
}]
});
可以讓JSFiddle.net? – Amy 2014-10-27 10:58:53