From 4c1358a8cf30548efa02fadb776e5d9ef77746f2 Mon Sep 17 00:00:00 2001 From: Emanuele Gaspari Date: Fri, 29 Jun 2012 22:25:01 +0200 Subject: [PATCH] added 'add reference to original option element' in doc --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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

Example Code


         

- 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 a text property that is returned.
     

- Original <option> (or <optgroup>) element is accessible inside the specified function by property item.element: + Original <option> (or <optgroup>) element is accessible inside the specified function through the property item.element:
         format(item) {
             var originalOption = item.element;
@@ -809,7 +809,7 @@ version: 2.1
     
     The default implementation expects the object to have a text property that is returned.
     

- Original <option> (or <optgroup>) element is accessible inside the specified function by property item.element: + Original <option> (or <optgroup>) element is accessible inside the specified function through the property item.element:
         format(item) {
             var originalOption = item.element;