This code not work,
Code:
———
if( document.body.scrollTop() > 200 ) {
$( ‘.navigation’ ).addClass( ‘fixed’ );
} else {
$( ‘.navigation’ ).removeClass( ‘fixed’ );
}
This entry was posted in Codes & Scripts and tagged Body, document, scrollTop. Bookmark the permalink.