Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
Last change: June 29, 2020
Current version: 1.0.3
The filterList module filters a list and shows / hides elements based on a search query.
webanizr.collect('filterList', parameters, callback)
The filterList module accepts the following parameters:
The selector to the nodes on which the filtering should be applied.
The text that is used when filtering. When a node contains the given text, it is shown. If it does not contain the text it is hidden.
This callback function is called for each seperate node. The data contains the node and wether or not it was selected (shown):
{ next__node : node, mode__selected : true or false }
https://cdn.cpmodules.webanizr.com/demo/filter-list/index.html