Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.1 KB

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