Thanks.
What's the difference between innerHMTL and outerHTML ?
Collapse
This topic is closed.
X
X
-
gimme_this_gimme_that@yahoo.comTags: None -
Stevo
Re: What's the difference between innerHMTL and outerHTML ?
gimme_this_gimm e_that@yahoo.co m wrote:Why not just alert the inner and outer HTML of some element and you'll see.Thanks.
-
Xu, Qian
Re: What's the difference between innerHMTL and outerHTML ?
gimme_this_gimm e_that@yahoo.co m wrote:<p id="explain">He llo</p>Thanks.
innerHTML of element "explain" == Hello
outerHTML of element "explain" == <p id="explain">He llo</p>
--
Xu, Qian (stanleyxu)
Comment
-
gimme_this_gimme_that@yahoo.com
Comment