I have the following:
<div>
<a href="{Test}">Test</a>
</div>
When I do this:
alert($("div").html());
It returns:
<a href="%7BTest%D">Test</a>
How do I get the raw HTML that is not encoded?
alert(unescape($("div").html()));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With