开发者

Jquery get raw html?

I have the following:

<div>
<a href="{Test}">Test</a>
</div>

When I do th开发者_JAVA技巧is:

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()));
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜