Selector Methods in 1.3

Selector Methods in 1.3


Hi, I see from the roadmap for jQuery 1.3, there are plans to allow
using methods in selectors.
This is a feature I could really use, has there been any progress on
this yet?
Would the following be possible too?:
$('.parents(ul:first)', context)
equiv of:
$(context).parents('ul:first')