form-elements.js 285 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 $(document).ready(function() { $('.summernote').summernote({ height: 350 }); $('.date-picker').datepicker({ orientation: "top auto", autoclose: true }); $('#cp1').colorpicker({ format: 'hex' }); $('#cp2').colorpicker(); });