jQuery.html() gets inner html. but i need the entire html
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-04-05T04:30:11Z
Indexed on
2010/04/05
4:33 UTC
Read the original article
Hit count: 133
jQuery
if i call
jquery("a").html()
i get what is INSIDE of the "a" tag
if i want the entire html, what do i call?
<a>xxxx</a>
© Stack Overflow or respective owner