Skip to content

JustinTheClouds/jquery-placeholder-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Placeholder Plugin
-------------------------

This is a small jQuery plugin that emulates the placeholder attribute in web browsers that do not support it. If the browser does support it, the plugin does nothing.

To use the plugin, add the JS and CSS files to your page and do the following:

    jQuery(document).ready(function($) {
        $(":input[placeholder]").placeholder();
    });

Then, in your HTML you can use the placeholder plugin as documented in the HTML5 spec:

    <input type="search" placeholder="Search..." />

For more information and some demos, see http://andrew-jones.com/jquery-placeholder-plugin

About

Simple jQuery plugin that adds support for the placeholder attribute in all browsers

Resources

License

Stars

Watchers

Forks

Packages

No packages published