Skip to content

VuongN/jQuery-FadeLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-FadeLabel Plugin enables you to fade in and out label of text input or textarea on focus/blur/keyup events.

UX enhancement for labels acting as initial value via CSS position:absolute

Requirements: input/textarea must have an 'id' and label must have 'for' attribute

Quick Start:

<script src="/path/to/jquery-library.js"></script>
<script src="/path/to/jquery.fadeLabel.js"></script>
<script>
	$(document).ready(function () {
		$('form .fadeLabel').fadeLabel();
	});
</script>

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-GPL.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published