PHP Classes

File: vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/05_transparent.hbs

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/05_transparent.hbs   Download  
File: vendors/mjolnic-bootstrap-colorpicker/docs/includes/examples/05_transparent.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 202 bytes
 

Contents

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