http://stackoverflow.com/questions/1474688/nokogiri-how-to-select-nodes-by-matching-text
can do thsi via Xpath
however, i am looking for a way to do a CSS select by matching the text of element.
PyQuery, PHPQuery can do this. Isnt there a Jquery API lib for ruby ?