From c79f59ed0943a4cd78ef2947bcc384a66fc3236a Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Thu, 29 May 2014 19:05:12 +0530 Subject: [PATCH] Updated doc for caption and clear elements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39f3ddf..d7e1b7a 100644 --- a/README.md +++ b/README.md @@ -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: