Skip to content

dciccale/nativeColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nativeColorPicker

A Native Color Picker Polyfill for the HTML5's "color" input type on Internet Explorer

Browser support

IE6+

Demo

Usage

(just showing the minimum code needed)

  <!-- include the plugin -->
  <script src="nativeColorPicker.js"></script>

  <input id="color" type="color" />

  <script>
    // init the plugin using the input id
    window.nativeColorPicker.init('color');
  </script>

How?

See ChooseColorDlg method in MSDN

Screenshots

Internet Explorer

nativeColorPicker Internet Explorer

Google Chrome (just using HTML5 <input type="color"> no js here)

nativeColorPicker Google Chrome

License

See LICENSE.txt

About

A Native Color Picker Polyfill for the HTML5's "color" input type on Internet Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published