Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renderedtext/jquery-placeholders

jQuery plugin for input hints via the placeholder HTML5 attribute
https://github.com/renderedtext/jquery-placeholders

javascript jquery semaphore-open-source

Last synced: 27 days ago
JSON representation

jQuery plugin for input hints via the placeholder HTML5 attribute

Awesome Lists containing this project

README

        

h1. jquery-placeholders

jQuery plugin for input hints which uses your placeholder HTML5 attributes, so you can write markup for modern browsers first and degrade gracefully.

h2. Example

$("#someForm").placeholders(["#name", "#email"]);

This would load placeholder text from the placeholder attribute, and prevent the placeholder text from being submitted.

See @demo.html@ for a full example.