Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timgws/jquery-switchstyle
- Owner: timgws
- Created: 2015-03-31T03:11:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T03:13:01.000Z (almost 10 years ago)
- Last Synced: 2024-11-20T13:49:40.107Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```