liabru

Results 233 comments of liabru

What version of IE? Can you send the link to the email listed on my profile? Thanks

I'm not sure what you mean, can you provide an example?

Unfortunately you can't change the order using the data API. You should be able to do it instead by selecting the items in the order you need using jQuery and...

This looks good, but I'd prefer if it maintained the original array reference, would you mind modifying it to do that? Perhaps filter to a temporary array, then clear the...

Is there a reason why you can't enable it like mentioned in the readme? ``` $.fn.matchHeight._maintainScroll = true; ``` Or do you need to specifically enable it per-binding?

I'm going to guess this is because matchHeight is updating before the respond.js plugin has updated the layout? I don't have time right now to try this, but here's my...

Performance is definitely something I'm looking at working on! Thanks for the tip, I will definitely try out tricks like this. One thing you should try if you have a...

Are you still having this issue? If so could you provide an example jsfiddle? Thanks

How is the image set to scale? If the image is bigger than the container, it will always overflow. When I tried adding any kind of scaling to the image,...

Which version of Firefox and can you provide a jsfiddle please? I'm using the latest Firefox and I don't actually even need to use `_maintainScroll` as it already appears to...