jQuery(document).ready(function(){ var highestBox = 0; jQuery(‘.front-page-countertops-featured .vc_general.vc_cta3.vc_cta3-shape-square’).each(function(){ if(jQuery(this).height() > highestBox){ highestBox = jQuery(this).height(); } }); jQuery(‘.front-page-countertops-featured .vc_general.vc_cta3.vc_cta3-shape-square’).height(highestBox); });
select all elements with same class except a particular one
jQuery(‘.arrowm’).not(this)