Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created September 25, 2013 20:19
Show Gist options
  • Save cgkio/6705429 to your computer and use it in GitHub Desktop.
Save cgkio/6705429 to your computer and use it in GitHub Desktop.
Get the parentNode id on a .click event
$(".movedown").click(function () {
console.log('movedown for ' + this.parentNode.id);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment