Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.2 KB

Ultimate Styleswitcher Framework

Ultimate Styleswitcher is style switch framework built for designers and developers, or anyone else who have made some awesome template, plugin, etc. and now need some creative way to display all the possibilities of his/her latest project.

Demo - http://themeflection.com/plugins/jquery/ultimate-styleswitcher/
Documentation - http://themeflection.com/docs/styleswitcher/

Dependencies

CSS

You need to include main Styleswitcher css:

<link rel="stylesheet" type="text/css" href="css/styleswitch.min.css" />

Javascript dependecies

  • jQuery library - version 1.9.1 or above
  • Main Styleswitcher plugin javascript
  • And actions library
  • javascript
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="js/styleswitcher.min.js"></script> 
<script type="text/javascript" src="js/library.min.js"></script>

For more detailed instructions on how to to set up and initialize styleswitcher visit official Documentation