Skip to content

A very slim jquery plugin that allows native like page navigation in single page, hybrid mobile apps.

License

Notifications You must be signed in to change notification settings

tigertooth01/Navigate.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Navigate.js

A very slim jquery plugin that allows native like page navigation in single page, hybrid mobile apps.

v1.0.0 is out! Hopefully it's best for deployment. Fingers crossed!

###Demo

Version

1.0.1

Installation

Just include the js and css

<script src="navigate.js"></script>
<link rel="stylesheet" type="text/css" href="navigate.css" />

###Usage

In HTML, define each page as 'page' class

<div class='page' id='page1'>
            <h1>Page 1</h1>
            <p onclick="navigateTo('#page2')">Go to Page 2</p>
            <p onclick='navigateGoBack()'>Back</p>
        </div>

License

MIT

About

A very slim jquery plugin that allows native like page navigation in single page, hybrid mobile apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published