views:

97

answers:

1

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.

+1  A: 

Not natively.

I added this per Crescent Fresh's comment above.

Mario