Skip to content

markhazlett/Easy-JQuery-Input-Placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Easy JQuery Input Placeholder

Easy JQuery input placeholder is a jquery plugin that allows you to add placeholder text to any input field.

Overview

You will need JQuery > 1.6 in order to use the plugin.

Usage

$(document).ready(function() {
	$('.inputPlaceholder').addPlaceholder();
});

and the html...

<input class="inputPlaceholder" type="text" name="test" placeholder="Testing placeholder"/>

About

Jquery input placeholder to add a placeholder to any input field.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published