Skip to content

Instantly share code, notes, and snippets.

@jetsloth
Created May 6, 2019 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jetsloth/aff9f393c9ae5a198c981e88706eccc8 to your computer and use it in GitHub Desktop.
Save jetsloth/aff9f393c9ae5a198c981e88706eccc8 to your computer and use it in GitHub Desktop.
jQuery('body').on('gf-color-picker:picked', function(e, hex, ref){
// do whatever you want here.
// hex will be... hex
// ref will be the formID_fieldID string
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment