Andrew O

Results 5 comments of Andrew O
trafficstars

You may be interested in the Java version, which is cross-platform: https://github.com/ao/ktmm-java

Wondering how to do this myself. Any thoughts?

@saruban ``` $(window).scroll(function() { var position; position = 123; if ($(window).scrollTop() > position) { return $("#sticky").unstick(); } else { return $("#sticky").sticky(); } }); ```