Hiding single strings on a page
Is there a simple way to just hide some text in a page?
Browsing the documentation I found the .hide() function.
But how can I tell jQuery to hide all occurrences of a specific string?
If I use the :contains() Selector I can find the text but can only hide the element that contains the text not just the text.