yikulju / jquery.inputlabel

Sometimes, merging together an inputbox and its label is a good idea. Especially, if you have no space to put labels. This little JQuery plugin adds focus and blur handlers to the inputboxes, if somebody clicks into one of them, it clears the label and when they leave it, it puts back the label again.

This URL has Read+Write access

name age message
file README Loading commit data...
file inputlabel_test.html
file jquery.inputlabel.js
README
Sometimes, merging together an inputbox and its label is a good idea. Especially, if you have no space to put labels.
This little JQuery plugin adds focus and blur handlers to the inputboxes, 
if somebody clicks into one of them, it clears the label and when they leave it, it puts back the label again.