Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 314 Bytes

#jSectionScroll Jquery Page Scroll Slider

##Simple Example $('#main').jSectionScroll({ init: function(common){}, join: function(common, index, prev){}, leave: function(common, index, next){} });

##Events

  • init ([ common ])
  • join ([ common [, index [, prev ]]])
  • leave ([ common [, index [, next ]]])