-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
15 lines (12 loc) · 862 Bytes
/
README
File metadata and controls
15 lines (12 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@File: jquery.formLabels.js
@Version: 1.1
@Author: Andrei Zharov (www.o2v.net) - Senior Software Engineer at Nokia
@Requires: jQuery v1.9 & jQueryUI v1.10
@Usage: $.fn.formLabels() or $("form").formLabels()
@Options: excludeElts - Excludes certain elements from being 'labelized'. Default: ''. Example: $.fn.formLabels(excludeElts:'#email, .nolabel')
refreshOnResize - whether or not refresh labels on window resize. Default: true
safemode - if enabled the plugin runs in the safemode without using spans and animation. Default: false
labelParent - parentContainer for your 'labels'. Default: 'form'
semantic - puts label before input element. Default: true
@License: Released under the MIT license
Link to the demo: <http://o2v.net/demo/formLabels>