Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search on entire "nested" html markup #19

Open
flashios09 opened this issue Jan 15, 2014 · 1 comment
Open

search on entire "nested" html markup #19

flashios09 opened this issue Jan 15, 2014 · 1 comment

Comments

@flashios09
Copy link

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

@Gataquadrada
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants