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

通过文本找到元素 #18

Open
Tronzo opened this issue Sep 21, 2016 · 0 comments
Open

通过文本找到元素 #18

Tronzo opened this issue Sep 21, 2016 · 0 comments

Comments

@Tronzo
Copy link
Owner

Tronzo commented Sep 21, 2016

通过使用 jQuery 中的 contains() 选择器,你可以找到某个元素中的文本。如果文本不存在,该元素将会隐藏:

var search = $('#search').val();
$('div:not(:contains("' + search + '"))').hide()
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

1 participant