/ Published in: JavaScript
Expand |
Embed | Plain Text
function escapeHTML(b) { var a = $("<div />"); a.text(b); return a.html() }
You need to login to post a comment.
function escapeHTML(b) { var a = $("<div />"); a.text(b); return a.html() }
You need to login to post a comment.