Open iisfaq opened 10 years ago
I am looking for an example of how to filter the tiles based on text within the tile.
Chris
Freewall used jQuery filter method:
http://api.jquery.com/filter/
so, for filter the text you must using the filter by function:
wall.reset({ filter: function(index) { console.log(this) } });
I am looking for an example of how to filter the tiles based on text within the tile.
Chris