<div class="wen4"><img src="~/BooxCssJsImg/img/che1.png" border="0"/> <a href="#" onclick="purchase('@item.BookName')">购买</a> | <img src="~/BooxCssJsImg/img/da.png"/><a href="#">数量:</a> <input type="button" value="+" class="input2" style="width:20px"/ > <input type="text" style="width:20px;margin-left:140px"; id="input1" value="0"/> <input class="input3" type="button" value="-" style="width:20px"/> </div>
当我点击A标签时 如何用jq获取 text文本框里的文本 不考虑用id或者class获取 如何通过dom关系获取 text文本中的值 求教 多谢!