I have, the div\'s where id looks like this_div_id_NUMBER, all div\'s has the different NUMBER part. How I find all
div
this_div_id_NUMBER
NUMBER
Using attribute selectors:
div[id^="this_div_id"]