jQuery add next to (add after)

Posted by Qiao on Stack Overflow See other posts from Stack Overflow or by Qiao
Published on 2010-04-09T13:01:28Z Indexed on 2010/04/09 13:03 UTC
Read the original article Hit count: 267

Filed under:

HTML is
<a>ref</a>

I need to get
<a>ref</a>text

How can i do this? $('a').append('text') only insert text into <a></a>, not after it

© Stack Overflow or respective owner

Related posts about jQuery