There are a group of similar elements with similiar IDs
Here are two ways to using Jquery to select them:
- ID + Regex (Example: How can I select an element by ID with jQuery using regex?) 
- Add a redundant class to all the elements, then select the class 
Here is the example:
Which approach is better? Is ID+Regex more time-consuming?
 
     
    