Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 699 Bytes

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