Skip to content

Instantly share code, notes, and snippets.

@markgoodyear
Created July 27, 2015 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markgoodyear/ca72bca9abb538c0b76a to your computer and use it in GitHub Desktop.
Save markgoodyear/ca72bca9abb538c0b76a to your computer and use it in GitHub Desktop.
{
onStick: function () {
document.querySelector('.img-elem').src = '/path/to/stick-img.png'
},
onUnstick: function () {
document.querySelector('.img-elem').src = '/path/to/unstick-img.png'
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment