I'm running a jQuery script to set equal height divs in a row across multiple rows.
Here's a link to an extract of the code I'm using http://jsfiddle.net/F8QHd/2/
For the script I've used the technique in this post at CSS Tricks http://css-tricks.com/equal-height-blocks-in-rows/
Can anyone tell me how to amend the script so that as the window is resized it still works? At the moment, it works on page load but I don't know how to trigger it based on window resize. The script uses $(window).resize(function() {} );
so I'm not sure why this doesn't work?