aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-10-17 21:37:34 -0700
committerJacob Thornton <[email protected]>2012-10-17 21:37:34 -0700
commitac6625de5fb01067e6f64996c84e93ade654d7d5 (patch)
tree707dbae2dd765b6633c10bc1c5aa4725f5abf717 /docs/javascript.html
parente0a007b9299e6991c78bcb77384e15979d6b7485 (diff)
downloadbootstrap-ac6625de5fb01067e6f64996c84e93ade654d7d5.tar.xz
bootstrap-ac6625de5fb01067e6f64996c84e93ade654d7d5.zip
add updater function and rebuild
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 31c999c1f..bd4d606b3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1614,6 +1614,12 @@ $('.carousel').carousel({
<td>Method used to sort autocomplete results. Accepts a single argument <code>items</code> and has the scope of the typeahead instance. Reference the current query with <code>this.query</code>.</td>
</tr>
<tr>
+ <td>updater</td>
+ <td>function</td>
+ <td>returns selected item</td>
+ <td>The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.</td>
+ </tr>
+ <tr>
<td>highlighter</td>
<td>function</td>
<td>highlights all default matches</td>