2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-13 04:54:28 -06:00

added better toggle callback support

This commit is contained in:
peterd 2015-02-04 14:47:23 +01:00
parent 127a27dd23
commit 3b5ed3c344
3 changed files with 5 additions and 5 deletions

View File

@ -73,9 +73,9 @@ window.myColorPicker = $('input.color').colorPicker({
<p>Will follow... See <a href="https://github.com/PitPik/tinyColorPicker">tinyColorPicke on GitHub</a> for now.</p>
<!-- <script type="text/javascript" src="jquery-1.11.2.js"></script> -->
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="colors.js"></script>
<script type="text/javascript" src="jqColorPicker.js"></script>
<!-- <script type="text/javascript" src="jqColorPicker.min.js"></script> -->
<!-- <script type="text/javascript" src="colors.js"></script> -->
<!-- <script type="text/javascript" src="jqColorPicker.js"></script> -->
<script type="text/javascript" src="jqColorPicker.min.js"></script>
<script type="text/javascript">
(function(window, undefined){
'use strict';

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long