标签:style blog io ar color os sp on div
div动态加载页面
/* /// method 1 var url="<%=basePath%>/qne.do?p=pessegerCountSet"; $.post(url,{id:count},function(h){ document.getElementById("jspid").innerHTML=h; }); */ /*//method 2 $("#divID").load("A.html"); */ /* method 3 ajax function queryUserMap(roleId){ $.ajaxSetup ({ cache: false //close AJAX cache }); $("#div4").load("queryUserMap.action"+roleId, callback()); } */
标签:style blog io ar color os sp on div
原文地址:http://www.cnblogs.com/rojas/p/4141979.html