views:

110

answers:

1

Hey, I am looking for a smart way to emulate the iPhone Springboard behavior of changing icon possition. I just want to change few icons on ONE screen. It should be run in JS on a webpage. Any suggestions to start? Thank you very much

A: 

I think jQuery UI Sortable will be good for that.

Check this demo. If you would add icons to the elements in that demo and style it a bit I think you would get what you want.

RaYell
This is really nice, thanks!