diff --git a/entries/filterable.xml b/entries/filterable.xml index 1fac9159..95094b7f 100644 --- a/entries/filterable.xml +++ b/entries/filterable.xml @@ -217,7 +217,20 @@ $.mobile.filterable.prototype.options.filterCallback = function( index, searchVa + + Triggered before the widget begins filtering the list of children. + + + + Triggered after the widget has performed the filtering on the list of children. The ui parameter contains the list of children that was processed. + + + + A jQuery collection object containing the items over which the filter has iterated. + + +