https://github.com/timgws/jquery-switchstyle
Allow switching CSS styles really easily.
https://github.com/timgws/jquery-switchstyle
Last synced: 4 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T03:13:01.000Z (over 10 years ago)
- Last Synced: 2025-01-21T09:48:42.752Z (6 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();
```