I was unable to click the button(submit my request);
My button was placed in the table:
<tr>
<td>
<input id ="test" type= "button" value ="test"
onClick=opentest();
</td>
</tr>
I have used the following way to click the button :
**When submit().click('input[name=test]')
**
I was unable to click is there is any other way to click the button as my button field is stored in table
Can some body helpus?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…