Skip to content

ProtoGit/jquery.placeholders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Placeholder Plug-in

An HTML4 / XHTML compatible jQuery placeholder plug-in.

Usage

Mark-up

Just use the title attribute in place of the placeholder attribute:

<input type="text" title="Placeholder text..." />

jQuery

Use the plug-in with a specific form:

// Specific forms
$('#contact-form').placeholders();

Use with all forms:

// All forms
$('form').placeholders();

About

HTML4 / XHTML Compatible jQuery Placeholder Plug-in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •