Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created September 10, 2019 19:23
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 charisTheo/9a4741b7a69f6f773a0d14aa9b06eddb to your computer and use it in GitHub Desktop.
Save charisTheo/9a4741b7a69f6f773a0d14aa9b06eddb to your computer and use it in GitHub Desktop.
// Vanilla JavaScript
void element.offsetWidth;
// or similarly
void element.offsetHeight;
// jQuery
$("#element").width();
// or similarly
$("#element").height();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment