jquery.inlineLabel

Converts existing <label> to inline labels, kind of like the placeholder HTML5 attribute.

Try the demo!

$('label').inlineLabel();

This will position the label elements on top of the inputs, and copy their style.

.inlineLabel([options])

Optional options

  • css object with CSS properties/values

License

Copyright 2012, Markus Hedlund, Snowfire.
Licensed under the MIT License.
Redistributions of files must retain the above copyright notice.