Skip to content

Instantly share code, notes, and snippets.

@timmywil
Created November 2, 2011 15:00
Show Gist options
  • Save timmywil/1333847 to your computer and use it in GitHub Desktop.
Save timmywil/1333847 to your computer and use it in GitHub Desktop.
<body>
<div id="foo">...</div>
<script src="jquery.js"></script>
<script>
$( "#foo" ).offset();
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment