Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages