here is my script :
$('a').click(function() { $(this).replaceWith('b'); });
Any suggestions ?
Post a Comment
No comments:
Post a Comment