摘要:
没有removeAll的API,但也十分容易实现:var lis = $("#yetai_tbody").find("tr"); $(lis).each(function () { this.parentNode.removeChild(this); }); while (n... 阅读全文
摘要:
manageradministrationSCParts 阅读全文
摘要:
function setShow(val_param,text){ var ul = document.getElementById("copyhere"); // 百货商场//我想要追加的代码效果 var li = document.createEleme... 阅读全文