[jQuery] selecting id's with similar names
Hi..am trying to accomplish the following:
I have several input elements on my page...there are a few that I want
to alter and their id's follow a similar pattern from a naming
convention:
id="SOMETHING-fieldname"
Is there a way to select / filter all of the input elements on the
page to only those that start with SOMETHING?
M