我應該從服務器迴應什麼數據以重新定向我的頁面?再說了,想這我的jquery: -如何重定向頁面? jQuery
$.ajax({
type: "POST",
url : '<?php echo base_url() ?>Admin/AddNotice',
data: {noticeTitle: $('#title').val(),noticeDesc : $('#desc').val() },
success: function(msg){
//here i want to redirect..fill in the blank please.
}
});
感謝提前:)
「ajaxically」是我最喜歡的詞。 – 2010-08-07 15:10:14