Combining "this" and advanced selectors

Combining "this" and advanced selectors

Is there any syntax for combining this with the jQuery selectors like :selected?

For example:
$(this:selected)

I can't always be sure of the css selector for the object I'm passing so I'm not sure how to use the advanced selectors.