//获取url后边的参数 $.getUrlParam = function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r != null) re
[解决方法] According to Wictor Wilén, The Client Object Model is fairly limited when it comes to working with Web Parts. Basic operations such as adding and removing Web Parts can be done as well as changing some default properties of the Web Part (such
var array={}; var arrChk=$("input[name='bike']:checked"); if(arrChk.length<=0){ alert('请先勾选数据,在进行批量清档!'); } var i=0; $(arrChk).each(function(){ array["bike[" + i + "]"] =this.value;//组装数组 i++; }); var url="./index.php