I need to get the hidden text box name.
<input type="hidden" value="100" name="test1_season_1">
Here the value will always be 100 and name will be changing dynamically.
Can you help me on this?
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this: http://jsfiddle.net/53tKF/
This will fit your need,
:)Also note inside the demo I have created an anti case so that you can see it only alerts 2 times i.e. input
type=hidden&value=100code