1
我這樣做:使人們看到查詢字符串
$.ajax({
type: 'GET',
url: this.href,
async: true,
data: $('form').first().serialize(),
beforeSend: function() {
$.blockUI({ message: 'Please wait ...' });
},
complete: function() {
$.unblockUI();
},
success: function(result) {
$("#grid").replaceWith($("#grid", result));
},
dataType: "text"
});
是否有可能從展示的形式獲得,使用戶可以存儲鏈接查詢字符串?
謝謝。
基督教
似乎沒有任何區別。 – cs0815 2011-02-09 15:56:31