Skip to content

Instantly share code, notes, and snippets.

@unRob
Created March 17, 2010 22:48
Show Gist options
  • Save unRob/335826 to your computer and use it in GitHub Desktop.
Save unRob/335826 to your computer and use it in GitHub Desktop.
<doctype html>
<html>
<head>
<script src="jquery.js" type="application/javascript"></script>
</head>
<body>
<div id="hide" style="display:none"><img src="1.jpg" /></div>
<script type="application/javascript">
$(document).ready(function(){
i = $('#hide img').get(0);alert(i.width);
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment