syncHeight icon indicating copy to clipboard operation
syncHeight copied to clipboard

Are there known issues with jQuery 2.0.x?

Open donaldallen opened this issue 11 years ago • 0 comments

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.

donaldallen avatar Jan 09 '14 06:01 donaldallen