Sortable Slideable Saveable - a Mootools 1.2 class
Sortable Slideable Saveable (sss) is a class I wrote up that allows you to have a list of elements that can be sorted, toggled, and the state of each will be saved each time a change is made, either using a cookie or a couple of ajax / json calls.
It can be seen in action in my sidebar to the right. You can drag / sort them by dragging the icons, and you can toggle them by clicking on the title of each. Any changes you make will be stored in a cookie, you can reload the page and they should be in the state you left them in.
I will probably update this and provide some detailed documentation shortly. If anyone has any questions, let me know. Also if anyone has any input on how to make it better, let me know.















July 28th, 2008 at 4:23 am
Your side bar isn’t working for me (OS X, FF3.0.1) but your other example works flawlessly.
Very cool script, and I love that it’s default state works with JS off.
July 28th, 2008 at 4:27 am
hmm, i guess someone is going to have to let me borrow a mac :p
July 30th, 2008 at 12:31 pm
[...] Guide to Earning Six Figures: Changing Your Mind 13 hours agoInformation about going free lance.trickeries! » Blog Archive » Sortable Slideable Saveable - a Mootools 1.2 class 14 hours agoVery cool mootools 1.2 class for slideable sortables that are savable via cookies!The [...]
July 30th, 2008 at 3:48 pm
WEEELLL I could play around with it a bit and see if I can figure it out (or if it’s just FF# acting buggy).
July 30th, 2008 at 6:07 pm
It is a little odd that there is a difference in FF between systems, I would like to assume the engines in use would be exactly the same, however I have already seen stupid differences in the rendering of styles between the two. My assumption is that it is just a goofy issue with CSS.
August 4th, 2008 at 3:28 pm
brilliantly executed, as usual.
August 4th, 2008 at 3:35 pm
^ _ ^
August 13th, 2008 at 5:47 am
Chief,
Can you add a nested ability to this thing? That would realyyyyy be nice…
August 19th, 2008 at 12:50 pm
Hi,
The ’savable’ side of things doesn’t seem to work on your example (the one linked here, and the one downloaded).
I can see the PHP code at the top, but how does one implement the save?
Thanks!