Interface hasn't been supported for a very long time, so you're not
going to find any help on this.  You should consider using jQuery UI

http://ui.jquery.com

On Aug 20, 10:39 pm, sergeh <[EMAIL PROTECTED]> wrote:
> hey guys,
>
> been trying to make this work but haven't been successful yet, I was
> wondering what I was doing wrong...
>
> basically I have a div groupWrapper where all of my "items" are
> contained and whenever something is added it's appended to the
> groupWrapper
>
> The problem is that only the first item is draggable, but I can make
> it switch places with all of the other items.
>
> this is what my items look like
>
> <div id="question{0}" class="groupItem">
>         <div class="itemHeader"><h2>Question {0}</h2></div>
>         <div class="itemContent">
>              <!-- in here there are a few <ul> and <div> elements -->
>         </div>
> </div>
>
> and whenever the Add button is pressed itemHeader and itemContent gets
> replicated so in the add function I also have
>
> $("div.groupWrapper").SortableAddItem($('#question'+newId));
>
> where newId is just an incremented value that corresponds to the next
> question id that just got loaded on the page
>
> any ideas why this isn't working?

Reply via email to