https://github.com/bih/jquery.emailize.js
An example of email autocompletion. Hacked over a few hours for a UX post.
https://github.com/bih/jquery.emailize.js
Last synced: about 1 year ago
JSON representation
An example of email autocompletion. Hacked over a few hours for a UX post.
- Host: GitHub
- URL: https://github.com/bih/jquery.emailize.js
- Owner: bih
- Created: 2014-06-10T23:58:57.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-06-12T16:33:00.000Z (about 12 years ago)
- Last Synced: 2024-12-28T01:40:35.678Z (over 1 year ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jquery.emailize.js
This is a library I built [as a UX suggestion in a blog post](http://bilaw.al/improving-email-address-input) I recently published. Writing emails is one of the most common tasks we do on the web and I think it should be increasingly be made simpler and quicker.
It is up to you whether you'd like to use it in production. I would <3 contributions.
# How to use
You need jQuery. After you need to include the `jquery.emailize.js` and `jquery.emailize.css` into your webpage.
To call emailize on a `
` element (or a generic `` element as we have done in the example) run this before your `