jquery-fastLiveFilter icon indicating copy to clipboard operation
jquery-fastLiveFilter copied to clipboard

search on entire "nested" html markup

Open flashios09 opened this issue 12 years ago • 1 comments

Hi, thanks awbush for this awesome plugin ;) sorry for my bad english :( nested-markup-filter

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

flashios09 avatar Jan 15 '14 05:01 flashios09

(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.

Gataquadrada avatar Jul 06 '15 01:07 Gataquadrada