如何通过dom关系获得标签

 /*
                                <tr>
                                    <td><img src="@item.Img"></td>
                                    <td>@item.BookName</td>
                                 //   <td><input type="button" value="+"  style="width:40px" class="jia"/><input type="text" value=" @item.Number"  style="width:40px"/><input type="button" value="-" style="width:40px" class="jian"/> </td>
                                    <td>@item.Money</td>
                                    <td >@(item.Number*@item.Money)</td>
                                    <td>
           <input type="button" value="删除" id="delete" onclick="BookName(&apos;@item.BookName&apos;)"/>
                                    </td>
                                    <td style="width:10px">
                         <input type="button" value="结算" id="up" onclick="PayTheBill(&apos;@item.BookName&apos;,&apos;@item.Number&apos;)"/>
                                    </td>    
                                </tr>
                </tbody>
                                    */
点击A标签获取参数 如何通过DOM节点关系获取 text 文本框中的现在的值 不能使用class跟id
是循环出来的input 具有多个text 



使用jquery的标签名称查找,如果需要判断具体哪个是自己想要的,加上特殊标签属性