Skip to content

pascalbajorat/mailcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mailcrypt

The jQuery MailCrypt Plugin is an easy to use extension to protect the email links on your website against spam bots.

MailCrypt - AntiSpam Email Encryption v.1.0.0

Include this in your HTML head or Footer

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/mailcrypt.js"></script>

Start Decrypting Mail-Adresses

<script type="text/javascript">
	$(document).ready(function(){
		$('a.mailcrypt').mailcrypt();
	});
</script>

Use this structure for your mails:

<a href="kontakt.html" class="mailcrypt">info<span><span></span></span>webdesign-podcast.de</a>

You can replace the ∂ sign with an @ image or another sign what ever you want.

Copyright (c) 2013 Pascal Bajorat Dual licensed under the MIT and Gnu GPL version 3 licenses.

About

jQuery MailCrypt Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published