outerheight

jQuery outerHeight() Bug - Doesn't work properly below ver. 1.8.3

核能气质少年 提交于 2019-12-10 21:12:39
问题 So I have a script that equalizes the heights of other elements on it's x-axis. The script works great... but only when I'm using jQuery 1.8.3+. The problem seems to be due to the outerHeight() function. I've tried to find out what kind of updates were made to outerHeight() for 1.8.3+ but I haven't had much luck. See this fiddle where everything is working fine with jQuery 1.8.3. And this fiddle using jQuery 1.7.2 where the script breaks. Can anyone help explain why the problem is happening,