cabbiepete / jQuery-Share-Email

Simple share page via email link plugin.

Home Page:http://cabbiepete.github.com/jQuery-Share-Email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small jquery plugin to make a simple mailto link based on the current page for sharing via email.

Usage:

  1. Include the script (you'll find it in the src folder)
<script type="text/javascript" src="jquery.shareemail.js"></script>
  1. Call the plugin on the element you wish to turn into the email link.
<script type="text/javascript"> $().shareEmail(); </script>

Where "" is the jQuery selector for the element.

See the test/index.html or http://cabbiepete.github.com/jQuery-Share-Email/ for an examples.

About

Simple share page via email link plugin.

http://cabbiepete.github.com/jQuery-Share-Email


Languages

Language:JavaScript 100.0%