Skip to content

zsoltlengyelit/noSpamBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

noSpamBot

This tiny jQuery plugin provides comfortable way to show e-mail addresses in pages. Don't worry about sapambots. Won't find these addresses.

Use

The conventional use, add this tag to HEAD:

<script type="text/javascript" src="https://raw.github.com/zsoltlengyelit/noSpamBot/master/jquery.noSpamBot.js"></script> 
Then somewhere in the BODY:
<span class="email" email="john{at}site{dot}com"></span>
In the same page between SCRIPT tags or in another JS file:
$(function(){
    $('.email').noSpamBot();
});

Demo and other usecases

About

jQuery plugin, helps blocking e-mail spambots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published