1. 程式人生 > >jq源碼(2.0.3)

jq源碼(2.0.3)

gpo seh appendto name str body round title jquery

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)