Skip to content

A polyfill for implementing the HTML5 <input type="color"> element in browsers that do not currently support it.

License

Notifications You must be signed in to change notification settings

jonstipe/color-polyfill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color polyfill

This is a polyfill for implementing the HTML5 <input type="color"> element in browsers that do not currently support it.

Usage

Using it is easy — simply include the color-polyfill.js file in the HEAD of the HTML page. You can then use <input type="color"> elements normally.

If Modernizr detects that the browser doesn’t support <input type="color">, the script will replace these elements with a JavaScript-powered color picker dialog.

A default CSS file is provided. You may edit this file to style the buttons and dialog box to make them look the way you want.

If Modernizr detects support for CSS transitions, you will be able to animate the opening and closing of the dialog box by writing a CSS transition in the CSS file. Otherwise, a jQuery animation is used.

Dependencies

This script requires jQuery, jQuery UI, and Modernizr.

About

A polyfill for implementing the HTML5 <input type="color"> element in browsers that do not currently support it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published