From ac6625de5fb01067e6f64996c84e93ade654d7d5 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 17 Oct 2012 21:37:34 -0700 Subject: add updater function and rebuild --- docs/javascript.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 31c999c1f..bd4d606b3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1613,6 +1613,12 @@ $('.carousel').carousel({ exact match,
case sensitive,
case insensitive Method used to sort autocomplete results. Accepts a single argument items and has the scope of the typeahead instance. Reference the current query with this.query. + + updater + function + returns selected item + The method used to return selected item. Accepts a single argument, the item and has the scope of the typeahead instance. + highlighter function -- cgit v1.2.3