Skip to content

Automatically convert placeholder attributes into in-field labels.

Notifications You must be signed in to change notification settings

saidurh/jQuery.fadeLabel.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

fadeLabel.js

A jQuery plugin that will allow you to to automatically add in-field labels by simply adding the "placeholder" property to your input fields.

Check It

git clone git://github.com/saidurh/jQuery.fadeLabel.js.git

How to Use

Set the Label Name in the input's "placeholder" attribute.

Then apply the plugin to the inputs with placeholder attributes.

$('input[placeholder]').fadeLabel({
	borderRadius: 3
});

About

Automatically convert placeholder attributes into in-field labels.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published