/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(" <ul> <li> </li> </ul> ") // li .find("a") // a .attr("href", "http://www.google.com/") // a .html("Google!") // a .end() // li .appendTo("ul");