Skip to content

stephanpoetschner/jquery-titleaslabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Title-As-Label jQuery Plugin

Will set the title attribute as value of the input field, if no user input is supplied.

Usage

<input title="Some Description" type="text" />

<script>
   $(function () {
      $('input').titleAsLabel();
   });
</script>

About

set title attribute as value for input boxes without user data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published