Thanks Mike,
You Rock!
malsup wrote:
>
>
>> $('#level1").prepend(data).SortableAddItem($('div.groupItem:eq(0)'));
>>
>> this is returning an object but not the ID.
>
> Just tack on attr to your selection. Something like this would probably
> work:
>
> $('#level1').prepend(data).SortableAddItem($('div.groupItem:eq(0)').attr('id'));
>
> Mike
>
>
--
View this message in context:
http://www.nabble.com/ajaxSubmit-target-append-possible-tf3705792s15494.html#a10393901
Sent from the JQuery mailing list archive at Nabble.com.