diff --git a/select2-latest.html b/select2-latest.html index 85215c2a..0b1bb87f 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -1004,6 +1004,16 @@ $("#e18,#e18_2").select2();

+ formatResultCssClassfunction + Function used to add css classes to result elements +
formatResultCssClass(object)
+ + + + +
ParameterTypeDescription
objectobjectOne of the result objects returned from the query function
<returns>string (optional)String containing css class names separated by a space
+

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

+ formatNoMatchesfunction Function used to render the "No matches" message
formatNoMatches(term)
diff --git a/select2-master b/select2-master index e7dee23c..1ef57f86 160000 --- a/select2-master +++ b/select2-master @@ -1 +1 @@ -Subproject commit e7dee23c08cafa0488ff6de5f5861122868380b1 +Subproject commit 1ef57f86af94bfe7aa5cdbbc4932dda4eb9de1d8