jQuery Website Themes Plugin - themes

File Size: 81 KB
Views Total: 1035
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
jQuery Website Themes Plugin - themes

themes is a jQuery plugin that allows your visitors to select a CSS theme to apply to your website.

Features:

  • Standard and compact formats.
  • Popup selection.
  • Remember selection in a cookie.

Basic Usage:

1. Include jQuery library and themes.js in the head section of your page

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.themes.js"></script>

2. Include jQuery themes CSS

<link rel="stylesheet" type="text/css" href="jquery.themes.css">

3. Call the plugin with options

$(selector).themes({themes: ['cupertino', 'smoothness']});

This awesome jQuery plugin is developed by kbwood. For more Advanced Usages, please check the demo page or visit the official website.