Skip to content

Instantly share code, notes, and snippets.

@cbcwebdev
Created December 16, 2011 18:09
Show Gist options
  • Save cbcwebdev/1487191 to your computer and use it in GitHub Desktop.
Save cbcwebdev/1487191 to your computer and use it in GitHub Desktop.
# HTML
# <iframe id="website-container" src="http://example.com"></iframe>
// ...
// set iframe src on click event
// ...
// does this get a value?
var height = $('#website-container > html > body').height();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment