Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timgws/jquery-switchstyle

Allow switching CSS styles really easily.
https://github.com/timgws/jquery-switchstyle

Last synced: 5 days ago
JSON representation

Allow switching CSS styles really easily.

Awesome Lists containing this project

README

        

# jquery-switchstyle

A quick and easy way to make a CSS style swicher!

## Example
```html


Switch to style 1

Switch to style 2


$('a.css').switchstyle();

```