Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created August 12, 2015 20:07
Show Gist options
  • Save LinzardMac/b6f52af6bbe35f7bd347 to your computer and use it in GitHub Desktop.
Save LinzardMac/b6f52af6bbe35f7bd347 to your computer and use it in GitHub Desktop.
Test JS for trac ticket "Custom fields in media modal javascript events are unbound after ajax save method"
jQuery(document).on('click', '.colorButton', function(event) {
var input = jQuery('input');
input.css('background-color' , 'red');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment