summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilmonroe <neil.monroe@gmail.com>2009-03-20 13:57:48 -0700
committerneilmonroe <neil.monroe@gmail.com>2009-03-20 13:57:48 -0700
commitba47f76af8e44138311e2d9e8742957e885464ca (patch)
treebd972dd1b9a64ef1f1ece49d6b5b7d0bffbbb7eb
parent9d3b02d85e5e54b1be54330af8251ac6df972b54 (diff)
downloadjquery-countable-ba47f76af8e44138311e2d9e8742957e885464ca.zip
jquery-countable-ba47f76af8e44138311e2d9e8742957e885464ca.tar.gz
jquery-countable-ba47f76af8e44138311e2d9e8742957e885464ca.tar.bz2
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index bf3dca6..c3b98a3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -8,7 +8,7 @@ A jQuery plugin that adds a character counter to inputs and textareas.
The countable plugin has 11 settings:
* `threshold` - The percentage at which the counter begins to fade in. Default is 0.5.
-* `appendMethod` - One of `insertAfter`, `insertBefore`, `prependTo`, or `appendTo` to insert the counter after or before the input/textarea or prepended or appended to the `target` element. Default is `insertAfter`.
+* `appendMethod` - One of `insertAfter`, `insertBefore`, `prependTo`, or `appendTo` to insert the counter after or before the input/textarea or prepend or append to the `target` element. Default is `insertAfter`.
* `target` - Container element into which to place the counter
* `startOpacity` - The percentage of opacity it should start out with once it reaches the threshold. Default is 0.25.
* `maxLength` - The maximum number of characters. Default uses the `maxlength` attribute of the input/textarea.