$( selector ).is(':visible') <-- this is precisely what I was looking for. How did I forget that?
Thanks a bunch! On Tue, Feb 10, 2009 at 2:51 PM, Paul Mills <paul.f.mi...@gmail.com> wrote: > > Hi, > You don't need to run the video - try this link instead > http://jsbin.com/ojuju > > There are two snippets of Javsscript code in the page that is shown: > The first uses uses a class to control the hide/show. > The second uses $( selector ).is(':visible') to test if the text is > visible. > > Paul > >