May
15
2009

anti spam jQuery plugin. it will protect your email.

It is easy to use jquery plugin.

Easy way ( 3 step )

1) add jquery and amail plugin.
2) add line in head of your page.

<script>
$(document).ready(function(){
$(’.yourclass’).amail(’(at)’,'(dot)’);});
</script>

if you use wordPress then

  1. go to Apperance -> Editor -> header.php
  2. add the code before “</head>”

3) Use it

add your email as <a title=”my email” class=”yourclass”>You(at)domain(dot)com</a> it will be as normal link.

jquery plugin source | demo. Try it now | download demo | home page

p.s.  I use the plugin on the page  of  my website.

Written by admin in: Uncategorized | Tags: , ,

1 Comment »

  • janogarcia says:

    Hi Max,

    I like this simple and elegant approach to email obfuscation, as well as the way it degrades gracefully. However the plugin fails to render the correct deobfuscated mailto links when there are more than one obfuscated emails on the same page.

    For more info, please check http://plugins.jquery.com/node/10064

RSS feed for comments on this post. TrackBack URL


Leave a Reply

2012 (c) Web developer Boston