<!--<link rel="stylesheet" type="text/css" href="./styles.css">--> <script class="include" type="text/javascript" src="JQplot/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ //alert('d'); $("#input").find("input,select") .bind("click",function(){ alert('a'); }); }); </script> </head> <body> <div id="input"> <input type="text" value="aa"> <br/> <select> <option> a</option> </select> </div> </body>
详细解决方案
find 取舍input或者select用逗号
热度:455 发布时间:2012-07-15 20:20:06.0
相关解决方案
- Struts2 <select>上拉框 回显有关问题
- 關於Struts2 select tag 問題,该怎么处理
- <select>标签可平添文字
- Struts2 <s:select/>有关问题
- input type=text 替空时 ,为什么不为null
- jsp页面<select>选中有关问题
- 【jsp】jsp中java代码段中怎么获取本页面<input>标签的值
- Could not find a getter for name in class解决方法
- textarea和 input 展示的有关问题
- struts2 中用两个<s:select>标签如何实现级联的效果
- <input text>怎么禁止键盘输入但允许控件输入
- <s:select>解决办法
- 关于strust2 <s:select>标签组值有关问题
- 用eclipse打包jar后运行,弹出异常could not find main class
- linux上在后台得到<input>框值的奇怪有关问题
- <input type="file" name="filename">该如何处理
- select count(*)as num from hall where Hall_No=10000001关于这个SQL语句,怎么取出返回的数字
- struts2 action中除了返回SUCCESS ERROR INPUT NONE LOGIN 能自定义返回值以实现更多的转向么?具体应该如何做呢
- <input type="file" name="filename">解决方法
- js里如何取<s:select>标签里的值
- 有人用过zeroMQ吗?一直揭示C:\Program Files\Java\jre6\bin\jzmq.dll: Can't find dependent li
- 给listbox和<INPUT id="xx" name="xx" runat="server"> 赋值有关问题
- magaView.HasMonth = db.Library.GroupBy(a => a.TimeBook.Month).Select(a => a.Key),该怎么处理
- string sql = @"select."该如何处理
- document.getElementById("input").checked;转换成Jquery,如何写
- 自定义控件,怎么输出<input type="hidden" />的input
- input=file下传图片过大的有关问题
- 经过后台代码为html控件<select>绑定数据?求大神指点!
- input type="file" 下传文件有关问题
- asp.net 2.0 input file 控件没法获取文件的路径