Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

filipstefansson/jquery-auto-placeholders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Auto Placeholders <1kb

This simple jQuery plugin adds support for the HTML5 placeholder attribute on older browsers.

It automatically checks the browser compability, and if it doesn't support placeholders this plugin will mimic the exact behaivior.

Usage

Import jquery.auto-placeholders.js

<script type="text/javascript" src="min/jquery.auto-placeholders.js"></script>

If you want the placeholder to look like a real placeholder you should also add this CSS:

.placeholder {
	color: darkGrey;
}

And then you can use this on any HTML element:

$("#example_form").autoPlaceholders()

Dependencies

  • Tested against jQuery 1.7.1
  • Will use Modernizr if detected, but doesn't depend on it.

About

A simple jQuery plugin that adds support for the HTML5 placeholder attribute on older browsers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published