In jQuery, it's convenient to try looking for a node that follows another by doing:
<div>
<dt>blah
<dd>blah
<dt>blah
<dd>blah
</div>
The above example is contrived, but it's just an illustration
It would be nice if nokogiri also supported +sibling notation on the current node.
**Update:* Nokogiri should also support .css(">abc") as well, and it'd probably be the same fix, so I'm adding it to this bug.*
In jQuery, it's convenient to try looking for a node that follows another by doing:
The above example is contrived, but it's just an illustration
It would be nice if nokogiri also supported +sibling notation on the current node.
**Update:* Nokogiri should also support .css(">abc") as well, and it'd probably be the same fix, so I'm adding it to this bug.*