In-Field Labels: A Better Way + jQuery Plugin
fuelyourcoding.com
In-Field Labels: A Better Way + jQuery Plugin
1–10 of 25 posts
Re: In-Field Labels: A Better Way + jQuery Plugin
#2Re: In-Field Labels: A Better Way + jQuery Plugin
#3Re: In-Field Labels: A Better Way + jQuery Plugin
#4Once the user has filled in anything then the label is completely lost. How is that better then having the label above or to the right where it is always viewable?
You still have a point about the usability of labels outside the form field, especially given the caveat in the article that "this plugin still has problems when the browser tries to pre-fill the fields".
But it's still a useful technique because it makes the labels a lot easier to read because it's possible to left-align both the labels and the input fields. Just to give you a sense on how much thought needs to go into the graphic design of labels and form fields, here's a breakdown of the pros and cons behind labels arranged vertically, left-justified and right-justified:
http://www.lukew.com/resources/articles/web_forms.html
There's so much to learn about form design that the guy milked into an entire book.
Re: In-Field Labels: A Better Way + jQuery Plugin
#5The jQuery example plugin does this a tad better, but with out the special fade out a bit on click effect, which I actually prefer. http://mucur.name/system/jquery_example/
It is pretty, though.
Re: In-Field Labels: A Better Way + jQuery Plugin
#6Once the user has filled in anything then the label is completely lost. How is that better then having the label above or to the right where it is always viewable?
Re: In-Field Labels: A Better Way + jQuery Plugin
#7The main pain point of that is that you can't see what field means what once you've got content in it.
Oh and its dreadful if you disable Javascript.
Re: In-Field Labels: A Better Way + jQuery Plugin
#8Once the user has filled in anything then the label is completely lost. How is that better then having the label above or to the right where it is always viewable?
Re: In-Field Labels: A Better Way + jQuery Plugin
#9Since when did labels cause harm? The main pain point of that is that you can't see what field means what once you've got content in it. Oh and its dreadful if you disable Javascript.
Re: In-Field Labels: A Better Way + jQuery Plugin
#10Once the user has filled in anything then the label is completely lost. How is that better then having the label above or to the right where it is always viewable?