i4way-dash/.svn/pristine/ab/ab77c5106b6bede5801b652bd34...

10 lines
202 B
Plaintext

<input type="text" class="form-control" id="cp5"/>
<script>
$(function () {
$('#cp5').colorpicker({
color: "transparent",
format: "hex"
});
});
</script>