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
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
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
3 matches
Mail list logo