function allsong(){
$(document).ready(function(){
$.NiceJForms.build();
dopage('index_ajax.jsp?page=1');
});
}
这个函数执行完了能不能再执行下面的这个函数实现页面内容的刷新,如果不行怎么实现内容的刷新啊,求教!!!
function songtype1(){
location.reload();
test();
$(document).ready(function(){
$.NiceJForms.build();
dopage('index_ajax_type.jsp?type=1');
});
}