sergeyt:jquery-bootswatch

v0.0.8Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Built with Grunt Build Status

Deps Status DevDeps Status

jquery-bootswatch

jQuery bootswatch themes switcher.

NPM version Bower version

NPM

Usage Example

1<div class="btn-group">
2	<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
3		Themes <span class="caret"></span>
4	</button>
5	<ul class="dropdown-menu themes" role="menu"></ul>
6</div>
1$('.themes').bootswatch();