The only way I can think of it a bit longer:

$$('li').filter(function(item) {return (item.getStyle('display') ==
'none')});

But I would be interested to know if anyone has a shorter way.

Michal.

On Jan 14, 3:10 pm, electronbender <[email protected]> wrote:
> How do i find all li's that are hidden?
> $$('li[display=none]) or $$('li[style.display=none]) does not work..

Reply via email to