Displaying 1 result from an estimated 1 matches for "dividname".
2007 Jun 28
5
Droppable onHover fires on page load, not on hover
...F. Unfortunately on page load all of the droppables on the
page fire simultaneously and then won''t respond to any futher attempts
to drop anything on them. Firebug isn''t showing any errors and I''m
completely stumped... Any ideas of where to look?
using: Droppables.add(divIdName, {accept: ''prospect'', onHover:
showConsultantSchedule(keyVar)});
where divIdName is the var to the div name
and keyVar is the ID that I need to send to the DB server
and prospect is the class of the draggables
I''m also using handles on the drags that match the div id tha...