标签: javascript jquery
如何使用jQuery
答案 0 :(得分:1)
var find = $('*').filter(function () { return $(this).css('position') == 'fixed'; });
https://stackoverflow.com/a/35055063/7869582