How to replace "(" and ")" with "<span>" and "</span>" jQuery

Posted by Vasta on Stack Overflow See other posts from Stack Overflow or by Vasta
Published on 2010-05-29T01:12:05Z Indexed on 2010/05/29 1:22 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

I have follow html code:

<a href="#">Evente (0)</a>

an i need:

<a href="#">Evente <span>0</span></a>

how i can change it with jQuery?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery