2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

add updater function and rebuild

This commit is contained in:
Jacob Thornton
2012-10-17 21:37:34 -07:00
parent e0a007b929
commit ac6625de5f
3 changed files with 24 additions and 12 deletions
+6
View File
@@ -1613,6 +1613,12 @@ $('.carousel').carousel({
<td>exact match,<br> case sensitive,<br> case insensitive</td>
<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>