Skip to content

Instantly share code, notes, and snippets.

@gauravmehla
Created April 13, 2017 04:05
Show Gist options
  • Save gauravmehla/5e46d52f40304e5b2c4f4602104bba04 to your computer and use it in GitHub Desktop.
Save gauravmehla/5e46d52f40304e5b2c4f4602104bba04 to your computer and use it in GitHub Desktop.
'click .preview-image-delete': function() {
document.getElementById("fname").addEventListener("focus", myFunction);
function myFunction() {
document.getElementById("fname").style.backgroundColor = "red";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment