diff --git a/index.html b/index.html index dd905348..ba2a3dd1 100644 --- a/index.html +++ b/index.html @@ -1226,6 +1226,15 @@ $(document).ready(function () {

By default when attached to a select css classes from options will be automatically copied

+ formatSelectionCssClassfunction + Function used to add css classes to selected elements +
formatSelectionCssClass(object)
+ + + + +
ParameterTypeDescription
objectobjectOne of the result objects returned from the query function
<returns>string (optional)String containing css class names separated by a space
+ formatNoMatchesfunction Function used to render the "No matches" message
formatNoMatches(term)