[Proto-Scripty] Draggable and Droppable - Update Database (Very Close!)

2009-01-24 Thread KaR
Hi All, I've been working on a little bit of code that allows me to drag & drop using script.aculo.us, Draggable and Droppable. I am able to successfully drag and drop a div, however, the last thing I am trying to do is update the database with the change. I am currently using PHP and pulling t

[Proto-Scripty] Re: Draggable and Droppable - Update Database (Very Close!)

2009-01-25 Thread KaR
y all have an ID, eg., 1, 2, 3, 4, 5. Right now, I have: Droppables.add( '1', {hoverclass: 'hoverActive', onDrop: moveItem}); $ ('1').cleared = true;} How would I declare all of the droppables (1, 2, 3, 4, and 5)? On Jan 24, 12:50 pm, KaR wrote: > Hi All, &g