2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-06-30 06:31:01 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-08-02 12:53:28 +02:00
parent a6419924da
commit f7347ddd24

View File

@ -18,6 +18,7 @@ Supported color spaces are: rgb, hsv(b), hsl, HEX
<script type="text/javascript" src="jqColorPicker.min.js"> <script type="text/javascript" src="jqColorPicker.min.js">
<script type="text/javascript"> <script type="text/javascript">
$('.color').colorPicker(); // that's it $('.color').colorPicker(); // that's it
// $().colorPicker.destroy(); // for singlePageApps
</script> </script>
``` ```