jquery-fastLiveFilter
jquery-fastLiveFilter copied to clipboard
search on entire "nested" html markup
Hi,
thanks awbush for this awesome plugin ;)
sorry for my bad english :(

the search doesn't work on the "nested" html markup(view attachment) :(
it's only works if i have direct text(not a html markup) on the ".child" tag
what i have to do ??
thanks
(I know, an year after you asked)
I added "dataText = $(li).data('text');" after line 37; And added " || dataText.toLowerCase().indexOf(filter) >= 0" on (now) line 40;
I kinda created my own search criteria.