Skip to content

jQuery.basicColorPicker is a simplified color picker, without any bells or whistles

License

Notifications You must be signed in to change notification settings

itechnology/basicColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What you get

  • A compact and simple color picker
  • Customize & extend what you like yourself

What you don't get

  • Funky transitions, hover effects, or animations

Try it

Signature

jQuery(selector).basicColorPicker(object options, function callBack) returns jQuery Object

Sample Usages

jQuery(selector).basicColorPicker();
jQuery(selector).basicColorPicker({ size: "20px" });
jQuery(selector).basicColorPicker({}, function(color) {
    alert(color);
});

Subscribe to EvenHandler

Instead of using the callBack as shown above, you can also subscribe to the eventHandler

jQuery(selector).bind("picker:selected", function(e){
    alert(e.color);
});

About

jQuery.basicColorPicker is a simplified color picker, without any bells or whistles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published