Skip to content

Commit

Permalink
Updated doc for caption and clear elements
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed May 29, 2014
1 parent 23c3526 commit c79f59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ _string_ the caption displayed when clear button is clicked. Defaults to `Not Ra
_string_ the CSS Class to apply to the caption displayed, when clear button is clicked. Defaults to `label label-default`.

#### captionElement
_DOM element_ the container element selector for displaying the caption. Defaults to a `div` container with `.caption` class inside the rating control.
_string_ the identifier for the container element selector for displaying the caption. Defaults to the `div` container with `.caption` class inside the rating control.

#### clearElement
_DOM element_ the container element selector for displaying the clear button. Defaults to a `div` container with `.clear-rating` class inside the rating control.
_string_ the identifier for the container element selector for displaying the clear button. Defaults to the `div` container with `.clear-rating` class inside the rating control.

### Plugin Events
The plugin supports these events:
Expand Down

0 comments on commit c79f59e

Please sign in to comment.