Skip to content

jQuery plugin to hide email address from spam bots

License

Notifications You must be signed in to change notification settings

tomekmy/hide-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Usage example:

<div id="address_email">e-mail: </div>

<script type="text/javascript">
        $('#address_email').hideEmail('user', 'domain.com');
</script>

You can add optional third parameter. Third parameter can be any HTML tag or any text. It just be surrounded by a:mailto tag.

<div id="address_email"></div>

<script type="text/javascript">
        $('#address_email').hideEmail('user', 'domain.com', '<img src="img_path/image.png" alt="Your image" />');
</script>

About

jQuery plugin to hide email address from spam bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published