var li = $("<li>",{title:"123",css:{"background":"red"}});
li.appendTo($("ul"))
str = "hello, <b>my name is</b> jQuery.",
html = $.parseHTML( str ),
console.log(html);
Posted 码我滴码
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jq源码(2.0.3)相关的知识,希望对你有一定的参考价值。
var li = $("<li>",{title:"123",css:{"background":"red"}});
li.appendTo($("ul"))
str = "hello, <b>my name is</b> jQuery.",
html = $.parseHTML( str ),
console.log(html);
以上是关于jq源码(2.0.3)的主要内容,如果未能解决你的问题,请参考以下文章