<!--<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 問題,该怎么处理
- <xsl:for-each select= 取嵌套节点则么写,该如何解决
- java.lang.NumberFormatException: For input string: "id"该如何处理
- <select>标签可平添文字
- <input type="hidden" name="" value="" />请教这句话的name,value什么意思
- Struts2 <s:select/>有关问题
- xfire错误:For input string: ""
- 国庆快活~ getHibernateTemplate().find 按时间最大查询
- 警告: Could not find action or result 什么原因?该如何解决
- input type=text 替空时 ,为什么不为null
- this.getHibernateTemplate().find()有关问题
- cas客户端有关问题(unable to find valid certification path to requested target)
- jsp页面<select>选中有关问题
- 【jsp】jsp中java代码段中怎么获取本页面<input>标签的值
- java.lang.NumberFormatException: For input string: "1>"解决思路
- struts2 文件上载有关问题 Can not find a java.io.InputStream with the name [downloadFile]
- Could not find a getter for name in class解决方法
- 小弟我在网下找的图片验证码,小弟我这个页面的值<input type="text">如何传不到Servlet里面去,请高手瞧瞧
- <input name="test[0].name"><input name="test[1].name">像这样的表单在servlet中怎么获取
- textarea和 input 展示的有关问题
- 关于Cannot find bean under name 的错误
- Cannot find any information on property 'cipher' in a bean of type 'xx.JiamiBean解决思路
- jsp <input text> post提交到action 中文乱码,该如何处理
- input 默认值的有关问题
- struts2 中用两个<s:select>标签如何实现级联的效果
- <s:select>标签,小弟我要通过js获取listKey的值要如何获取
- <input text>怎么禁止键盘输入但允许控件输入
- 请问:org.apache.jasper.JasperException: Cannot find any information on property 'userPhone' in a bean of type 'Bean.Sender'
- java.lang.NumberFormatException: For input string: ""报错,求大家帮助,该如何处理