Hi there,
Great plugin first of all. I have used it for many projects with no issue.
However this is the first time I've used it for an e-commerce site with products being added all the time. My problem is that sometimes the elements overlap and the page needs a refresh for the plugin to work. It doesn't happen every time.
It starts to do it's job then stops further down the page (please see attached screenshot as example).
The code used is below:
$(document).ready(function() {
$(function() {
$('#product_listings .listing').matchHeight();
$('#product_listings .listing .img_wrapper').matchHeight();
});
// $.fn.matchHeight._update();
});
I use one match height for the whole element and one for the image inside each element.
You'll see $.fn.matchHeight._update(); is commented out because I tried this with no luck. Unless I'm using it wrong?
Any ideas?

Thanks,
Jack
Hi there,
Great plugin first of all. I have used it for many projects with no issue.
However this is the first time I've used it for an e-commerce site with products being added all the time. My problem is that sometimes the elements overlap and the page needs a refresh for the plugin to work. It doesn't happen every time.
It starts to do it's job then stops further down the page (please see attached screenshot as example).
The code used is below:
I use one match height for the whole element and one for the image inside each element.
You'll see $.fn.matchHeight._update(); is commented out because I tried this with no luck. Unless I'm using it wrong?
Any ideas?
Thanks,
Jack