diff --git a/index.html b/index.html index 6ffcec35..ee82565a 100644 --- a/index.html +++ b/index.html @@ -1126,8 +1126,8 @@ $(document).ready(function () {
off
No width attribute will be set. Keep in mind that the container div copies classes from the source element so setting the width attribute may not always be necessary.
element
Uses javascript to calculate the width of the source element.
copy
Copies the value of the width style attribute set on the source element.
-
resolve
First attempts to copy than falls back on element.
-
other values
if the width attribute contains a function it will be evaluated, otherwise the value is used verbatim.
+
resolve
First attempts to copy then falls back on element.
+
other values
If the width attribute contains a function it will be evaluated, otherwise the value is used verbatim.
minimumInputLengthintNumber of characters necessary to start a search.