[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: &g

[jQuery] Trouble applying .show() to descendants

2008-02-12 Thread Nick P
py.show(); But that (I'm assuming, since it didn't really do anything) doesn't apply the show throughout all the block down to the last descendant. How can I apply show to that cloned block to make the hidden fields visible again? Thanks in advance for any ideas and help! I'm relatively new to jQuery so any help is greatly appreciated! - Nick P

[jQuery] Re: Help With Odd ID Search

2008-01-07 Thread Nick P
That did it. Thank you so much! I've been trying to escape the colon using one slash :p Thanks again! - Nick On Jan 7, 3:08 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Try escaping the colon: $("#itemForm\\:standards select:last") > > Cheers, > -Jonathan > > On 1/7/08, npetcu <[EMAIL PRO