Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 673 Bytes

JSTemplate


A simple, single page application template.
Uses JQuery, customized JQuery mobile (for touch events), History.js and Store.js.

Features:

  • IE8 support.
  • Routing.
  • History handling.
  • Smooth scroll to the anchor after template change.
  • Sticky (but not fixed) footer.
  • 'Scroll to the top' button with fading and position change to not to overlap footer.
  • Works nice on mobile.


For usage, see 'index.html'.

To configure behavior, see 'js/config.js'.

Notes:

  • Class 'ignore' used with 'a' elements to tell javascript not to prevent default behavior of this elements.