We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
(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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: