mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-31 05:44:29 -06:00
Corrected HTML
All <script> tags need a closing tag as well.
This commit is contained in:
parent
ab98e7966a
commit
2f5cff15cc
@ -17,7 +17,7 @@ Supported color spaces are: rgb, hsv(b), hsl, HEX
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
<script type="text/javascript" src="jqColorPicker.min.js">
|
<script type="text/javascript" src="jqColorPicker.min.js"></script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('.color').colorPicker(); // that's it
|
$('.color').colorPicker(); // that's it
|
||||||
// $().colorPicker.destroy(); // for singlePageApps
|
// $().colorPicker.destroy(); // for singlePageApps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user