<ul class="nva_sele_txt" id="">
<a href="#" class="spnc_ool" onclick='getStype(1,this)'>疾病</a>
<a href="#" onclick='getStype(2,this)'>导读</a>
<a href="#" onclick='getStype(3,this)'>专家</a>
<a href="#" onclick='getStype(4,this)'>医院</a>
<a href="#" onclick='getStype(5,this)'>招聘</a>
<a href="#" onclick='getStype(6,this)'>求职</a>
</ul>
function getStype(n,o){
$("#yu_stype").val(n);
$(o).toggleClass("spnc_ool");
$(o).siblings().removeClass("spnc_ool");