【发布时间】:2010-08-07 15:04:33
【问题描述】:
我应该如何从服务器回显哪些数据以 ajaxically 重定向我的页面?说,假设这是我的 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”是我最喜欢的新词。