this is about foreach function in JavaScript/jQuery.
I would like some help with wildcard of an input name
example: when any of the inputs’ names that starts with ‘field_{something}’ are clicked.
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.
Your question isn’t very well formatted, but it kind of sounds like you’re looking for a wildcard selector.
More at this SO thread.