Another short Q, is there any short piece of code to get all DIVs on a page which have the visibility set to 'block
' or 'inline
'?
Thanks
Another short Q, is there any short piece of code to get all DIVs on a page which have the visibility set to 'block
' or 'inline
'?
Thanks
It's easy with jQuery...
But if you want to be old school...
Using jQuery:
http://api.jquery.com/visible-selector/