注意:Option中的O是要大写的不然语法报错1.动态创建select????? function createSelect(){???????var mySelect = (select) ????????? = mySelect??????????? (mySelect)????? }2.添加选项option???? function addOption(){????????? 根据i
jQuery获取Select元素并选择的Text和Value:1. (select_id).change(function(){code…})?? 为Select添加事件当选择其中一项时触发2. var checkText= (select_id).find(option:selected).text()? 获取Select选择的Text3. var checkValue= (select