syncHeight
syncHeight copied to clipboard
Are there known issues with jQuery 2.0.x?
I can't seem to get syncHeight to work with 2.0.3. Is this a known issue? Just using:
$(document).load(function(){
$('nav.top-nav .row .columns').syncHeight({ 'updateOnResize': true});
});
But no luck. No errors or anything in the console. On my jQuery 1.10 site, it works.