I have one situation in which I have the following tag.
<div name="Default" linespacing="22.34pt" style="text-align: center;" $ {TEST}>
and when I do $(element).innerHTML
it gives the result as.
"
<div name="Default" linespacing="22.34pt" style="text-align: center;" $="" {TEST}="">"
what I want is it should not change $
and {test}
to $=""
and {test}=""
when I get the html
element. Is it possible ?