jquery.autocomplete.js学习完整篇
摘要:<html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>AutoComplate</title> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" s
阅读全文
posted @
2013-04-01 13:02
小写K
阅读(394)
推荐(0)
jQuery获取Select option 选择的Text和Value
摘要:jquery radio取值,checkbox取值,select取值,radio选中,checkbox选中,select选中,及其相关设置获取一组radio被选中项的值:var item = $('input[name=items][checked]').val();获取select被选中项的文本:var item = $("select[@name=items] option[@selected]").text();获取select被选中项的文本 :var item = $("select[name=items] option[selected]
阅读全文
posted @
2013-04-01 12:59
小写K
阅读(267)
推荐(0)