> Within html content i am including email addresses in the following > format <span class="email">someone<at>somehwere.com</span> and then > following such occurences with <p class="jhide">an explanation for > what <at> means</p> for those non-savvy internet users that might > actually try to send an email with <at> instead of the @ sign. >
I wrote a very simple plugin to do something similar to this for a friends site a while back: http://www.kindnessonline.com/script/jquery.unhideEmails.js It simply replaces "name (at) domain (dot) com" with a mailto link with the @ and . in it. Maybe it's useful? Cheers, Kelvin :)