Created
August 12, 2015 20:07
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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