$.ajax({
type:"POST",
url:"ajax/ajax_show_sears_update.php",
data:dataString,
success:function(response){
//alert(response);
$("#search_data_show").html(response);
// give me suggesion, here js file reload
}
});
Html代码
<script src="js/abc.js"></script>
答案 0 :(得分:0)
您想在ajax响应后重新加载页面吗?
试试这个:
location.reload():