$.getJSON("/MsgSys/getmsgalt/",function(rdata){ if(rdata['cou']>0){ $("#navmsgalt").html(rdata['cou']); }else{ $("#navmsgalt").html(""); } });