Posted in Javascript onNovember 14, 2013
通过action传过来的值在option获取进行验证的方法:
for(var i=0;i<document.getElementById("ufacilityType").options.length;i++){ if(document.getElementById("ufacilityType").options[i].text==datas[0].facilityType){ document.getElementById("ufacilityType").options[i].selected=true; break; } }
通过action传过来的值在option获取进行验证的方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@