RE: [jQuery] Append Help Issue

2009-11-04 Thread Dave Maharaj :: WidePixels.com
Sent: November-04-09 2:17 PM To: jquery-en@googlegroups.com Subject: Re: [jQuery] Append Help Issue Try prepend() instead of prependTo()? http://docs.jquery.com/Manipulation/prepend On Wed, Nov 4, 2009 at 9:40 AM, Dave Maharaj :: WidePixels.com wrote: Ok i changed the code to: $(

Re: [jQuery] Append Help Issue

2009-11-04 Thread Charlie Griefer
Try prepend() instead of prependTo()? http://docs.jquery.com/Manipulation/prepend On Wed, Nov 4, 2009 at 9:40 AM, Dave Maharaj :: WidePixels.com < d...@widepixels.com> wrote: > Ok i changed the code to: > > $('').prependTo('#sortable').fadeIn('slow').html(response); > > My response is already i

RE: [jQuery] Append Help Issue

2009-11-04 Thread Dave Maharaj :: WidePixels.com
Ok i changed the code to: $('').prependTo('#sortable').fadeIn('slow').html(response); My response is already in a which has variables from the php script so I need it returned in the response. So I end up with being added to the sortable list (extra li set i dont need) code.