diff --git a/index.html b/index.html index 5c5337f4..d6982649 100755 --- a/index.html +++ b/index.html @@ -342,7 +342,7 @@ version: 2.1
- You can set data-
attributes to <option>
(or <optgroup>
) and use them inside temptlating functions:
+ You can set data-
attributes to <option>
(or <optgroup>) and use them inside temptlating functions:
<select> @@ -791,7 +791,7 @@ version: 2.1 The default implementation expects the object to have atext
property that is returned.
- Original<option>
(or<optgroup>
) element is accessible inside the specified function by propertyitem.element
: + Original<option>
(or <optgroup>) element is accessible inside the specified function through the propertyitem.element
:format(item) { var originalOption = item.element; @@ -809,7 +809,7 @@ version: 2.1 The default implementation expects the object to have atext
property that is returned.
- Original<option>
(or<optgroup>
) element is accessible inside the specified function by propertyitem.element
: + Original<option>
(or <optgroup>) element is accessible inside the specified function through the propertyitem.element
:format(item) { var originalOption = item.element;