On May 1, 12:06 am, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > I don't get what the problem is. Are you wanting different settings on > the draggables? If the issues is just how to applyDraggableto bunch > of elements, just do $('.dropaccept').Draggable(...)
Hi Erik, I think the real issue is my jQuery newbie status ;-) Your suggestion to do $('.dropaccept').Draggable(...) does the trick, and I am very appreciative of your help. The code is much reduced. > Your droppable settings appear to be identical except for the function > parameter name, which is an irrelevant difference. This part does not make sense to me. Each image has a unique ID (drag1, drag2 drag3, etc) and a shared class (.dropaccept). To me it does make sense to feed the class to Draggable, but when I get to Droppable, there's a reference to a callback 'ondrop: function (drag1). I just can't wrap my head around your statement that the "function parameter name... is an irrelevant difference." But it DOES WORK. I have a lot more study ahead. Anyways, thanks BIG. /dennis