$('*').filter(function() { return $(this).css("position") === 'fixed'; });
没有qwertymk的答案快,但如果css属性继承自另一个规则,也可以工作,如here所示.