Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created May 15, 2016 00:01
Show Gist options
  • Save adamsilverstein/9c201b953114fd1f9e3bb998afc57582 to your computer and use it in GitHub Desktop.
Save adamsilverstein/9c201b953114fd1f9e3bb998afc57582 to your computer and use it in GitHub Desktop.
var callbackFunction = function( e ) {
console.log( 'Image clicked', e );
// Do ajax stuff here...
};
wp.media.view.Attachment.prototype.on( 'click', callbackFunction );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment