function isshow(e){
var url=jq(e).attr('isshow');jq(e).attr("disabled");
url&&jq.post(jq(e).attr('isshow'),{projectid:jq(e).attr('projectid')},function(r){
jq(e).hasClass('opIcon')?
((r.results&&r.selectresult)&&(r.pricelistvalue)?(jq(e).removeAttr("onclick").addClass("addpopbox").click()):(
jq.msgbox({height:176,width:400,content:(r.msg?r.msg:"error"),type :'alert',onClose:function(v){
}})
)):((r.results)?(jq(e).removeAttr("onclick").addClass("addpopbox").click()):(
jq.msgbox({height:176,width:400,content:(r.msg?r.msg:"error"),type :'alert',onClose:function(v){
}})
));
})
}


Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
你的jq是多少版的,2.x的不兼容ie8.
你的代码风格真是太乱了。没有可读性呀