Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Jquery function to vertical align the elements doesn't work Reply To: Jquery function to vertical align the elements doesn't work

#245580
Kevin Mamaqi
Participant

Yes, your reply gave me the idea. Thanks.

The solution is to change this: var colHeight = $(this).outerHeight(); to this var colHeight = $(this).height();