DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> jQuery入門知識 >> JQuery特效代碼 >> jquery中獲取select選中值的代碼
jquery中獲取select選中值的代碼
編輯:JQuery特效代碼     
jquery獲取select選擇的文本與值
獲取select 選中的 text : $("#ddlregtype").find("option:selected").text();
獲取select選中的 value: $("#ddlregtype ").val();
獲取select選中的索引: $("#ddlregtype ").get(0).selectedindex;
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved