In the following html, can I hide the content starting from ( and ending at ) using CSS or jQuery. The problem I'm facing is that the ( and later code is not wrapped in any div, so I can not use CSS to find the div class and set display:none.
<span>
<a class="test" href="#">test</a>
(<a href="#">?</a>)
</span>
<a href>and hide that. Or is that not an option?atag as well as the parenthesis on either side of it, but not the first link, right?