My first post was lacking a bit of info:

This works fine in IE7 (7.0.5730.13)

it does NOT work in Firefox 3 (3.0.1)


You got it though Bob,

show("slow") refused to work. And actually, continually hiding/showing
the element would create an odd buffer between the two cells.

Removing the "slow" made it work fine. But then, by removing it, I've
removed any distinguishing element from Prototype....

Anyone found a work around for this?


Junos

On Aug 26, 1:55 pm, Bob Gregg <[EMAIL PROTECTED]> wrote:
> I've previously implemented table row show/hide in a production app,
> so I went back to check - the main difference between your code and
> mine was that you're using 'slow' in your toggle() statement.  When I
> eliminated that and just used toggle() (or show() / hide() ), your
> jQuery code seems to work fine.  Maybe this is a bug in the
> implementation of display effects for table rows?
>
> On Aug 26, 1:04 pm, J Junos <[EMAIL PROTECTED]> wrote:
>
> > My issue is that I want to allow users to hide and show expanded data.
> > Yet for some reason, when I implement this in jQuery, the expanded
> > rows always seem to stay in a single column, instead of returning back
> > to the full table width. I can get it to work in prototype, but jquery
> > won't.
>
> > Anyone else have problems with show()?
>
> > This is my example:

Reply via email to