Displaying 1 result from an estimated 1 matches for "enditem".
Did you mean:
additem
2008 May 29
4
Drag/Drop finding droppable's properties?
...roppables, unless someone can point me in the right direction?
I am building the draggables as follows:
var aproducts = document.getElementsByClassName(''box'');
for (var i = 0; i < aproducts.length; i++) {
new Draggable(aproducts[i].id, {ghosting:false, revert:true,
onEnd:endItem})
}
Any help would be greatfully received,
Thanks,
James.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39U...