[jQuery] innerHTML is undefined!

[jQuery] innerHTML is undefined!

Given:
<div id='somediv'>
sometext
</div>
$('#somediv').innerHTML      /* returns undefined */
$('#somediv').html()         /* returns 'sometext' */
I say this because the documentation does not make it clear on how to GET the html out of a div, it does document how to set it though.
<br clear="all">
--
Thomas Devol
Corporate Technologies Advantage
417 S. Patterson Spur
Springfield, MO 65802
PH: 1-417-832-0756
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/