博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月12日

摘要: 获取Select : 获取select 选中的 text : $("#ddlRegType").find("option:selected").text(); 获取select选中的 value: $("#ddlRegType ").val(); 获取select选中的... 阅读全文

posted @ 2011-08-12 22:57 luyj 阅读(11140) 评论(1) 推荐(1)