I have a series of INPUT tags with this id structure.
id="menu_popSearch_chk1_I"
id="menu_popSearch_chk2_I"
id="menu_popSearch_chk3_I"
Etc. HOWEVER, so I do not want these
id="menu_popSearch_chk1_S"
id="menu_popSearch_chk2_S"
id="menu_popSearch_chk3_S"
Is there a 'wildcard' kind of feature where I can get the first set, but not the second set.
Ian