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

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

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).