I think this is a very simple question for those who are more experienced in jQuery.
for example, we have a simple html page with several divs, and 3 of them have the same css class 'sidebar'
Each of these “side” sections has different contents and different heights.
I need to compare this height divs and find the longest one.
I know how to implement a comparison, but I do not know how in jQuery I can take each of these divs
to store their value in a vairable or array.
source
share