function setaddress(code,id){ var text=$("#"+id).attr("msg"); var nextSelect=$("#"+id).next("select[name='adrid[]']"); nextSelect.html(''); $.post("/index.php?m=cn&c=Public&a=setaddr",{code:code,text:text},function(res){ //$("#"+id).attr("disabled",false); $("#"+id).html(res); },'text'); }