Hi,
I have a href tag, and next to it is a tag. I want to put new text in between the bold tags.
<a href=""></a> <b>old text</b>
So in my click handler, how can I get a reference to the text between the bold tag?
I know there is $(this + b) but how do I make sure it only gets the first and not ALL next items (like in the jquery sample).