[jQuery] Re: Selector for Toggled Element

2007-11-02 Thread Wizzud
If you can't select it using an id ( $('#tableID') ) then there is something invalid in your HTML (duplicate ids?). If the table has a class and you can't find it using a class selector then there is something else fundamentally wrong. Can you give a bit more information? Like the table HTML, and

[jQuery] Re: Selector for Toggled Element

2007-11-02 Thread studiobl
Neither that (nor some form of that) seems to work. On Nov 1, 3:43 pm, motob <[EMAIL PROTECTED]> wrote: > try $("table:hidden") or some form of that. > > On Nov 1, 2:30 pm, studiobl <[EMAIL PROTECTED]> wrote: > > Any suggestions on how to retrieve the display attribute of a toggled > > elemen

[jQuery] Re: Selector for Toggled Element

2007-11-01 Thread motob
try $("table:hidden") or some form of that. On Nov 1, 2:30 pm, studiobl <[EMAIL PROTECTED]> wrote: > I'm trying to write an if statement based on the toggled state of an > element (a table, in this case). Attempting to select the table by > any combination of id, class, and/or element type doesn