MyBB Community Forums

Full Version: Javascript slide sorter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking for one, I've found a load on the internet that either aren't quite what I need, don't work properly or are very buggy, or are unsupported. Basically just need something to drag images around that snap to a grid position (i.e. not just dragging to anywhere) so I can save the new order. Just curious if anyone has used one in the past or knows of one I haven't seen yet.
Have you tried jQuery UI, their draggable/droppable functions are easy to use (at least IMO).
Like this? http://cssglobe.com/post/4004/jquery-plu...ent-slider

There are a bunch of different demos so you can easily modify this script to do so many things.
I thought Matt ment something like this: http://jqueryui.com/demos/droppable/
jQuery UI is your best bet, Matt. It's pretty well supported and been out in the wild for a while now...