Skip to content

A simple jquery plugin that displays e-mail addresses that are obfuscated in the source code.

License

Notifications You must be signed in to change notification settings

gar-cad/jquery.mailIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery.mailIt

A simple jquery plugin that displays e-mail addresses that are obfuscated in the source code.

Prerequisites

jquery 2.0.1

Set up

Install the plugin, and use the following source code as an example. Basic use (using the default syntax), more examples can be found in the demo folder.

HTML
    <span class="email1">anEmailAddress[at]domain.com</span>
    <span class="email1">anotherEmailAddress[at]domain[dot]com</span>
    <span class="email1">yetAnother<del>-REMOVE-THIS-</del>EmailAddress[at]domain[dot]com</span>
javascript
    <script src="http://code.jquery.com/jquery-2.0.1.min.js"></script>
    <script src="src/jquery.mailIt.min.js"></script>
    <script>
        $(function () {
            $('.email1').mailIt();
        });
    </script>

Examples

View the examples in the demo folder.

Author

  • Gareth Cadwaladr - Initial work - gar-cad

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A simple jquery plugin that displays e-mail addresses that are obfuscated in the source code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published