Skillmatic

Results 13 comments of Skillmatic

@Nukro I think you were close. Here's what I did that worked: ``` var rows = $.fn.matchHeight._rows($('.row')); $.each(rows, function(i, row) { $matchTarget = row.closest('.wrap').find('.target'); row.matchHeight({ target: $matchTarget }); }); ```...

Bump, same issue happening to me. Is there even a way to style that page?

> For styling, there are accessible element classes that you can use in a standard stylesheet. You won’t be able to add/remove elements though. @ConduciveMammal You don't happen to have...

Funny, just got it to popup. Here is the markup for anyone else curious: ``` To continue, let us know you're not a robot. // // // 320) ? 'normal'...

Anyone have a fix for this? **EDIT** Actually just wrapped lines 43 & 45 in `Math.floor()`. Will this effect anything else?

This method works, my ads no longer disappear, but now my offset_top option does not work. Any ideas?

Same here. Anyone have an alternative library for doing this?

Same thing is happening to me. Modified weather.py to create my own script that runs via cron every hour on the hour, and stores the values to a SQLite database....

Any official update here? Or is this library abandoned?