[jQuery] Re: .after not really after

2008-10-13 Thread Johanm
hat job for you. > > - ricardo > > On Oct 9, 12:42 am, Johanm <[EMAIL PROTECTED]> wrote: > > > you're right. thats whats going on. > > I didnt have any table tags in the initial load image but only in the > > resultset i get from the ajax call (sloppy codin

[jQuery] Re: .after not really after

2008-10-08 Thread Johanm
you're right. thats whats going on. I didnt have any table tags in the initial load image but only in the resultset i get from the ajax call (sloppy coding). This made the call end up in an ugly place and THEN add the table tags which then was of no good. thank you! Johan On Oct 8, 7:59 pm, Dave

[jQuery] .after not really after

2008-10-08 Thread Johanm
I'm having an issue where i have a table full of records, when the user clicks on an entry i want it to slide down. he problem is that it slides down after right after the pushing out everything else. i was under the impression that .after should be after the and not after the which is an appen