$('*').filter(function() { return this.offsetWidth; // Отбираем видимые элементы return !this.offsetWidth; // Отбираем невидимые элементы });