This jQuery plugin shows yet another way in which you can protect your email from spam.
It appends an html anchor element with the email address created from the parameters you pass.
You can use is it by following these 3 steps:
Include the jQuery library and
jquery.email.js
in your page like this:
Another more complete example uses the noscript tag for those that do not have javascript enabled:
<div>
My personal email address is:
<span id="personalEmail">
<noscript>
<address>sonialfajardo88 at gmail dot com</address>
</noscript>
</span>
</div>