Hello guys,
I'm having problem with the contains
in jquery. It seems that it only accepts one word. Not a phrase or two words.
Example:
$('#div:contains('Word')'); --> This is okay
$('#div:contains('Just another word')'); --> This will return empty/this will not match.
Have you experience this kind of problem?
Your reply is greatly appreciated.
Best regards,
Belmer