08 2016 档案
摘要:jQuery获取Select选择的Text和Value: 1. var checkText=jQuery("#select_id").find("option:selected").text(); //获取Select选择的Text 2. var checkValue=jQuery("#select
阅读全文
摘要:<select name='Grade' class='s8'> <option value=''>— 请选择 —</option>? <optgroup label='学期教育'></optgroup><option value='18'> 学期教育</option> <optgroup labe
阅读全文
摘要:$.ajax({ type: 'post', url: xxx.action', dataType: 'text', success: function(data){ var dataObj=eval("("+data+")"); for(var i=0;i<dataObj.length;i++){
阅读全文

浙公网安备 33010602011771号