[jQuery] Re: Trouble applying .show() to descendants

2008-02-14 Thread Nick P
That did it! Thanks for the help! On Feb 13, 2:31 am, andrea varnier <[EMAIL PROTECTED]> wrote: > On 13 Feb, 01:11, Nick P <[EMAIL PROTECTED]> wrote: > > > The trouble comes when I try to append this cloned block to the end of > > the table. If I just do: > > > blockCopy.appendTo("[EMAIL PROTEC

[jQuery] Re: Trouble applying .show() to descendants

2008-02-13 Thread andrea varnier
On 13 Feb, 01:11, Nick P <[EMAIL PROTECTED]> wrote: > The trouble comes when I try to append this cloned block to the end of > the table. If I just do: > > blockCopy.appendTo("[EMAIL PROTECTED]:resources] tbody:first"); > > It appends the clone correctly, but the hidden fields are still > hidden.