[jQuery] a question about simple manipulation
hi everybody
i want to add some html character to end of all links.
i want to add three before each link closing tag </a>
my links are like this
<a href="http://jquery.com>jquery </a>
i want to change it to
<a href="http://jquery.com>jquery </a>
is it possible to do something like this in jquery ?
thanks in advance.