Warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'hsm_moretext::wp_list_pages_excludes' was given in /homepages/2/d232514736/htdocs/moophoria/wp-includes/plugin.php on line 166
Warning: implode() [function.implode]: Bad arguments. in /homepages/2/d232514736/htdocs/moophoria/wp-includes/post-template.php on line 751
Warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, 'hsm_moretext::wp_list_pages' was given in /homepages/2/d232514736/htdocs/moophoria/wp-includes/plugin.php on line 166
mooRainbow can be attached to any element in the DOM. A click event would automatically be attached to that element and simply clicking on it you will be able to show or hide mooRainbow.
It provides to you 2 fired events: onChange and onComplete, so you can easily manage what to do when picking up a color (ie: onChange -> when choosing a color, change my body background with that. onComplete -> when I’m done, change every tag <p> in the whole page with the selected color).
mooRainbow is fully customizable via CSS file.
mooRainbow keeps clean your DOM and generates valid XHTML and CSS
mooRainbow provides you, as return, an object containing RGB, HSB and HEX of choosen color.
mooRainbow is really rapid thanks to mootools.
mooRainbow fully works on Firefox (and friends)/Safari/Opera/IE
MooRainbow
mooRainbow can be attached to any element in the DOM. A click event would automatically be attached to that element and simply clicking on it you will be able to show or hide mooRainbow.
It provides to you 2 fired events: onChange and onComplete, so you can easily manage what to do when picking up a color (ie: onChange -> when choosing a color, change my body background with that. onComplete -> when I’m done, change every tag <p> in the whole page with the selected color).