jQuery .append() function

Posted by Misha Moroshko on Stack Overflow See other posts from Stack Overflow or by Misha Moroshko
Published on 2010-05-12T15:41:41Z Indexed on 2010/05/12 15:44 UTC
Read the original article Hit count: 130

Filed under:

Why this produces

<ul></ul><li>Hello</li>

and not

<ul><li>Hello</li></ul>

?

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery