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
It is better to use classes. But there is one solution that you need (assuming you use jQuery):
$("*[id^='this_div_id']")