Skip to content

Instantly share code, notes, and snippets.

@octoxan
Created July 8, 2016 17:50
Show Gist options
  • Save octoxan/74dc6fd20ef4dd0df71689a4009dc89b to your computer and use it in GitHub Desktop.
Save octoxan/74dc6fd20ef4dd0df71689a4009dc89b to your computer and use it in GitHub Desktop.
Target Height Logger
$(document).on('click', function(e) {
console.log('my height is ' + $(e.target).height());
console.log('my outerHeight is ' + $(e.target).outerHeight());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment