jQuery Email Address Munging PluginFork me on GitHub

This is a simple plugin for jQuery that converts email addresses such as you [at] example [dot] com into clickable mailto links.

The idea is to allow you to use address munging to fool the many spam bots out there, but provide a clickable link for real users who have JavaScript enabled.

To use it, simply add the plugins JS file to the page and write your email address in your page, as follows:

Then use the following JS to initialise it:
jQuery(document).ready(function($) {
  $(".email").emailAddressMunging();
});

The examples to the right show the formats that are supported.

The Code

You can download the source code from GitHub or go to the plugins homepage for more information.

Support

Please use the GitHub issues tracker for any bugs or issues.

License

This code is available under the MIT License. See the LICENSE file for more details.

Examples

you [at] example [dot] com
you [at] example [dot] co [dot] uk
you (at) example (dot) com
you[at]example[dot]com