Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
tabs-responsive
/
assets
/
js
/
//home/puskom/mastur/tabs-responsive/assets/js/color-picker.js
jQuery(document).ready(function($){ jQuery('.my-color-field').wpColorPicker(); }); var myOptions = { // you can declare a default color here, // or in the data-default-color attribute on the input defaultColor: false, // a callback to fire whenever the color changes to a valid color change: function(event, ui){}, // a callback to fire when the input is emptied or an invalid color clear: function() {}, // hide the color picker controls on load hide: true, // show a group of common colors beneath the square // or, supply an array of colors to customize further palettes: true }; jQuery('.my-color-field').wpColorPicker(myOptions);