Skip to content

Instantly share code, notes, and snippets.

View Kjuly's full-sized avatar

Kaijie Yu Kjuly

View GitHub Profile
@Kjuly
Kjuly / ky_auto_change_topbar_position.js
Last active September 27, 2015 09:28
Auto change the topbar position type depend on scrollbar
/*!
* 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