<div class="user_clicked" id="2"></div>
<div class="user_clicked" id="3"></div>
<div class="user_clicked" id="4"></div>
As you can see all the divs have same class with different id..
My requirement is that the user can select multiple divs at a time to get the result. How this can be done in jquery?
you can do this by
it will select all div have class
user_clickedalso you select multiple like
if you want to select different selector