views:

36

answers:

1

I can create darg and drop by jQuery but I can't store and load again each user profile.

A: 

first of all when you post a question here, you should make a better description of what you have...

how to do it?

i'd advice jQuery Sortable, with a AJAX postback ($.post) which then sends an array of the ID's of your boxes which you are dragging and dropping (sorting)

Stefanvds