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
Just using attribute selector like below: $("[id^='this_div_id_']")
$("[id^='this_div_id_']")