このようなjQueryでいくつかの要素を作成しています-
var div1 = $('<div />', {text: "Specials of <b>the searched text</b>"}).attr({"class": "spcl-thmb-hdr"});
div1.appendTo(li2); // appending to a <li /> tag
<b />
しかし、ロード時にタグを解析しません。そして、このようなものを印刷します-
<div class="spcl-thmb-hdr">Specials of <b>the searched text</b></div>
text
パラメータのタグを解析するにはどうすればよいですか?