I have a table that is repeatable (made with php and javascript). The fields ID is "this_is_field_0"and name is "this_is_field[0]". The next field ID becomes "this_is_field_1" and so on. They increment by 1 for each time I add a new table group.
Is it possible to select all of these fields with CSS? Something like "#this_is_field[*]"?