Skip to content
/ SwitchJS Public template

a page switcher plugin for single page applications written in javascript.

License

Notifications You must be signed in to change notification settings

ouropencode/SwitchJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwitchJS

Depnds on Jquery

init

$(function(){
	new SJS(); // Switch is a reserved word.
})

put it in your

<script type="text/javascript" src="js/controller.js"></script>
<script type="text/javascript" src="js/api.js"></script>
<script type="text/javascript" src="js/ui.js"></script>

Call it on an element click class="btn-render-template" data-page="home"

About

a page switcher plugin for single page applications written in javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published