Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. jQuery(document).ready(function($){
  2. $('#<?php echo $this->get_field_id( 'bg_color_1' ); ?>').wpColorPicker();
  3. });
  4.  
  5. $('#<?php echo $this->get_field_id( 'bg_color_1' ); ?>').wpColorPicker({
  6. change: function(event, ui) {
  7. $('#<?php echo $this->get_field_id( 'bg_color_1' ); ?>').change();
  8. }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement