PHP Classes

File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/04_events.hbs

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/04_events.hbs   Download  
File: public/assets/bower_components/bootstrap-colorpicker/docs/includes/examples/04_events.hbs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 272 bytes
 

Contents

Class file image Download
<a href="#" class="btn btn-default" id="cp4">Change background color</a> <script> $(function () { $('#cp4').colorpicker().on('changeColor', function (e) { $('body')[0].style.backgroundColor = e.color.toString('rgba'); }); }); </script>