This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Author: Kjuly(Kj Yu) | |
* Date: 09/29/2011 | |
* Feel free to use this code snippet. ;) | |
* | |
*/ | |
$(function() { | |
$(window).scroll(function() { | |
if ($(this).scrollTop() >= 100) { // The Logo's above the topbar is 100px |
NewerOlder