mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-30 05:14: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
|
||||
|
||||
```javascript
|
||||
<script type="text/javascript" src="jqColorPicker.min.js">
|
||||
<script type="text/javascript" src="jqColorPicker.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$('.color').colorPicker(); // that's it
|
||||
// $().colorPicker.destroy(); // for singlePageApps
|
||||
|
Loading…
x
Reference in New Issue
Block a user