From 6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 28 Jan 2012 13:16:05 -0800 Subject: typahead does case insensitive matching with simple sorter + accepts highlighter option --- docs/javascript.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index f1ce98658..a35b44dd3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1362,7 +1362,7 @@ $('.myCarousel').carousel({ Name type - default + default description @@ -1382,15 +1382,21 @@ $('.myCarousel').carousel({ matcher function - case sensitive + case insensitive The method used to determine if a query matches an item. Accepts a single argument, the item against which to test the query. Access the current query with this.query. Return a boolean true if query is a match. sorter function - no sort + 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. + + highlighter + function + highlights all default matches + Method used to highlight autocomplete results. Accepts a single argument item and has the scope of the typeahead instance. Should return html. + -- cgit v1.2.3