Skip to content

A jQuery plugin to simulate the "placeholder" attribute in older browsers

Notifications You must be signed in to change notification settings

rafaelalmeida/jQPlaceholder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQPlaceholder

A jQuery plugin to simulate the placeholder effect on older browsers.

Created by Pedro Chaves

USAGE:

Place your "placeholder" attribute normally on your input tags, and then execute the code

$('input[placeholder]').jQPlaceholder();

You can also use it simply by using

$.jQPlaceholder();

If you use the second one, the plugin will search for inputs with the placeholder attribute and initialize them by itself.

About

A jQuery plugin to simulate the "placeholder" attribute in older browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%