Skip to content

Instantly share code, notes, and snippets.

@dented
Last active February 22, 2018 04:36
Show Gist options
  • Save dented/618f021cf44852966d9d30b710ae0716 to your computer and use it in GitHub Desktop.
Save dented/618f021cf44852966d9d30b710ae0716 to your computer and use it in GitHub Desktop.
Extend Bling to support text searching selector
$.expr[':']['hasText'] = function(node, index, props){
return node.innerText.contains(props[3]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment