ment i
> $("." + item.position[i]).html(item.html[i]);
> /*
> if the item position was position one then html relating to that position
> will be filled in
> */
>
> }
>
> // now we just unhide our list items
> $("..listitem").show();
>
> });
>
>
>
>
will keep track of the positions for each user
>
> if you do not want to use a database you can use cookies :)
> your cookies would be :
> position, html
> same type of logic
>
> On Sat, Jul 4, 2009 at 3:39 AM, cs...@hotmail.com
> wrote:
>
>
>
> > Hi all:
Hi all:
i am trying to use jquery UI sortable on my webpage to display
toolbars. what i want is, let people sort these toolbars in the way
they like. i have named toolbars with id "1","2","3","4", and i saved
sorted order to database via toArray method. i was wondering how i
could display these t
3 matches
Mail list logo