Skip to content

Instantly share code, notes, and snippets.

@adamsilverstein
Created May 14, 2016 23:39
Show Gist options
  • Save adamsilverstein/d617bd61a114b20d682b30a46a8894a5 to your computer and use it in GitHub Desktop.
Save adamsilverstein/d617bd61a114b20d682b30a46a8894a5 to your computer and use it in GitHub Desktop.
jQuery( document ).on( 'click', 'div.attachment-preview', function( e ) {
console.log( 'Image clicked', e );
// Do ajax stuff here...
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment