(請教PTC制冷片DIY除濕機(jī))
)<[^<]*)*/gi;
vartext=html.replace(SCRIPT_REGEX,"");//正則替換為空
vararr=text.split('@');
if(arr[0]=='推薦成功'){
//推薦成功提示
varnum=parseInt($("#recommendcount").text());
$("#return_qcrecommend_").text(arr[0]);
//推薦數(shù)加1
$("#recommendcount").text(num+1);
//推薦人顯示
if($("#recommendcount").text()==''){
$("#recommendtag").html("推薦人");
$("#recommendbody").html(arr[1]);
}else{
$("#recommendbody").append(arr[1]);
}
}
});
//渲染分享代碼
$("#shareblog").html('');
/*jquery寫法
varcomment_cid=_window.location.hash;
varcommentcid=comment_cid.slice(1);
if(commentcid){
jQuery("#"+commentcid).parent().animate({height:'toggle',opacity:'toggle'},"fast");
jQuery("#"+commentcid).parent().prev().hide();
}
*/
//_window.onload=function(){//js寫法
//找到錨點(diǎn)
varcomment_cid=_window.location.hash.toString();
varcommentcid=comment_cid.slice(1).toString();
vartheNode=document.getElementById(commentcid);
if(theNode.hasChildNodes()){
if(theNode.childNodes.length==1){
//alert(theNode.firstChild.nodeType);
theNode.style.backgroundColor="#E6E6B8";
theNode.previousElementSibling.style.marginBottom="0px";
theNode.previousElementSibling.style.backgroundColor="#E6E6B8";
theNode.previousElementSibling.previousElementSibling.style.backgroundColor="#E6E6B8";
window.scrollTo(0,theNode.offsetTop+100);
returnfalse;
}
//獲取第一個(gè)子節(jié)點(diǎn)
varfirst=theNode.children[0];
first.style.backgroundColor="#E6E6B8";
//獲取父節(jié)點(diǎn)元素
varprent=theNode[xss_clean];
prent.style.display='block';
//前一個(gè)元素節(jié)點(diǎn)
varpre=prent.previousElementSibling;
pre.style.display='none';
}
//}
});