8000 GitHub - ptpcg/mobScroll: Simple & smooth page-scrolling.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ptpcg/mobScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

mobScroll

Simple & smooth page-scrolling.

=====Usage=======

Include jQuery

Include mobScroll

Make sure to set your jQuery.noConflict():
I like to use:
var $jQ = jQuery.noCoonflict();

Attach to your navigation element:
var mobScroll = new mobScroll('#navigation-element-id');
Attach to Additional buttons progromattically(Out side of navigation element): $jQ('#learn-btn').click(function(){ mobScroll.go2('#mobile-services'); });

Super simple.

About

Simple & smooth page-scrolling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0