https://github.com/jarrodsampson/color-change
Change Font Color Based on Browser
https://github.com/jarrodsampson/color-change
css css3 html jquery
Last synced: 2 months ago
JSON representation
Change Font Color Based on Browser
- Host: GitHub
- URL: https://github.com/jarrodsampson/color-change
- Owner: jarrodsampson
- License: mit
- Created: 2015-09-13T21:25:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T00:02:14.000Z (over 9 years ago)
- Last Synced: 2025-01-03T11:44:11.117Z (4 months ago)
- Topics: css, css3, html, jquery
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color ChangeJS
A new way to color. Designed by [planlodge](https://github.com/planlodge).
## Getting Started
1. Include jQuery in your code.
2. Download and include the color-change.js file.
3. Pick your selector and apply colorChange method.## Example
Your Page
Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
$(function(){
$(".yourSelector").colorChange({
firefox: "#800000",
chrome: "#000000",
effect: true
});
});
## License
Color ChangeJS is licensed under the [MIT license](http://opensource.org/licenses/MIT).