欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

杂--

程序员文章站 2022-03-06 21:00:04
...
var deptId = $(xml).find("deptId").text();


(String)session.getAttribute("deptid");

get_login_detail().subc_id;
tab+='<a href=\"#\" onclick=\"openDialog(\'query\', \''+data.itemActivityList[i].activityID+'\');\"><p>
<img src=\"../../images/ico1-1.png\" width=\"16\" height=\"16\"/></p>查看</a>';


function toReset() {
$("#delayTime").val("");
$("#action").val("");
$("#font").val("");
/*var textDiv = document.getElementById("textData");
//循环删除
if(textDiv.hasChildNodes()){
textDiv.childNodes[0].parentNode.removeChild(textDiv.childNodes[0]);
}*/
$("#textData").find("div").each(function(i){
$(this).remove();
});
/*var imgDiv = document.getElementById("selectImg");
//循环删除
if(imgDiv.hasChildNodes()){
imgDiv.childNodes[0].parentNode.removeChild(imgDiv.childNodes[0]);
}*/
$("#selectImg").find("img").each(function(i){
$(this).remove();
});
}


onkeyup="checkWordNum(this,\''+wordNum+'\')"

onclick="$(\'#imgList0\').find(\'img\').remove();"

var inputNum = wordValue.replace(/[^\x00-\xff]/g, "**").length;


$("#imgList1").find("img").each(function(i){
$(this).attr("id","img"+i);
if(i>4){
alert("只能添加五张图片");
$(this).remove();
}
});
相关标签: