Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Add note about ability to select individual fields
Browse files Browse the repository at this point in the history
  • Loading branch information
remybach committed Aug 10, 2012
1 parent a07920e commit f696ff9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,10 @@ If you find that you need to position the labels slightly differently, pass in `
labelTop:5
});

Lastly, you can choose to ONLY apply superLabels to specific fields if you wish by selecting them instead of the form as follows:

$('input.foo, textarea.bar, select.baz').superLabels();

#### Advanced

There are quite a number of options you can pass the plugin additional to the two I mentioned above:
Expand Down

0 comments on commit f696ff9

Please sign in to comment.