Does Mootools support pseudo-selector chaining either natively or with a plugin? In jQuery, for example:
$("div:first-child:visible:contains('chocolate chip cookie') > h1")
I know this can be accomplished by chaining method calls but I'm really after having all of the selectors within the string.