1.0.1 • Published 9 years ago

click-style v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

Click-Style

Click Style is a simple but good looking and helpful jQuery plugin. It styles the way a button looks when clicked automatically

Usage

Put the jquery.clickstyle.min.js and clickstyle.css(optional) into your website's directory.

In your jquery script add:

$('button').clickStyle();

To change the parameters, do this:

$('button').clickStyle({
  onclick: true, 
  color: "white", 
  background: "#29bf35",
  text: "Success!",
  rotate: true,
  transition: "1000",
  bordercolor: "none"
});

Inside the quotation marks change it to your desires.