i have a form that generates dynamic text inputs with ids like follows
<input id='item_blue_1' ...
<input id='item_green_2' ...
<input id='item_blue_3' ...
<input id='item_green_4' ...
<input id='item_blue_5' ...
how can i get all the values of only the elements that start with ids item_green, and put the values into a coma separated string or array, which ever is fastest and easiest?
use start with selector