Converts existing <label> to inline labels, kind of like the
placeholder HTML5 attribute.
$('label').inlineLabel();
This will position the label elements on top of the inputs, and copy their style.
.inlineLabel([options])
cssobject with CSS properties/values
Copyright 2012, Markus Hedlund, Snowfire.
Licensed under the MIT License.
Redistributions of files must retain the above copyright notice.