according to what i had tried, it seem that CDATA doesn't create a node inside script tag despite the DOM describe that a Character DATA create a node in document. i guess it is because content inside script tag use Text interface. however, to read the content you can do something as:
Code:
document.getElementsByTagName('script')[0].firstChild
my mom is javascript, dad is javascripter, granpa is javascriptor, and my little sister is javasRidiculous.
my nature language is javascript, then come spanish and english -- me
Bookmarks