how do you get the labels back again? sometimes my browser or password manager fills in the wrong fields, and, once there's something in the fields, there's no labels.
JQuery Super Labels Plugin
11–18 of 18 posts
Re: JQuery Super Labels Plugin
#12FWIW, Safari and Chrome both keep placeholder text there like this plug-in does (without the animation). It'd be nice to get FireFox on board.
Re: JQuery Super Labels Plugin
#13Seems OTT to me, I generally use normal boring labels, then modernizer to detect if the browser supports placeholders, if so hide the labels and add placeholders to the attributes
Re: JQuery Super Labels Plugin
#14Should probably use stop() before animating or else there's a funny effect if I click the fields back and forth really fast.
Re: JQuery Super Labels Plugin
#15Re: JQuery Super Labels Plugin
#16Seems OTT to me, I generally use normal boring labels, then modernizer to detect if the browser supports placeholders, if so hide the labels and add placeholders to the attributes
Oh, also... once you're in the field, the placeholder disappears and you have no idea what you were meant to type (which is why the plugin slides to the side by default).
Re: JQuery Super Labels Plugin
#17Earlier quoted context omitted.
Oh, also... once you're in the field, the placeholder disappears and you have no idea what you were meant to type (which is why the plugin slides to the side by default).
No. Placeholders stay visible until user starts typing. That is, empty focused field still has visible placeholder.
Re: JQuery Super Labels Plugin
#18Earlier quoted context omitted.
No. Placeholders stay visible until user starts typing. That is, empty focused field still has visible placeholder.
Only in Chrome. Not in Firefox, at least.