Skip to content

Instantly share code, notes, and snippets.

@pisceanfoot
Created July 24, 2014 02:42
Show Gist options
  • Save pisceanfoot/ff57cf3cfdf571a6d3f5 to your computer and use it in GitHub Desktop.
Save pisceanfoot/ff57cf3cfdf571a6d3f5 to your computer and use it in GitHub Desktop.
Javascript get client width
var clientWidth=function(){return document.documentElement.clientWidth||document.body.clientWidth;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment