I have a problem with jQuery and @font-face.
I need to work out the height of a , which works fine, but then there is a small delay for the f
, which works fine, but then there is a small delay for the f
The perfect solution was, as Adam pointed out, using $(window).load instead of $(document).ready
$(window).load
$(document).ready
$(window).load(function(){ $(".column").equalHeights(); });