Displaying 1 result from an estimated 1 matches for "ithey".
Did you mean:
they
2006 Jun 09
0
Not droppable after first drop in FF
Hi all,
I have a couple of droppables in my page. Each of them
looks like a list and is a <div> containing other
<div> for the lines, each line formed by <span>s for
different fields. Each line is declared draggable
(right after each line, since ithey''re created inside
a loop). I have both of them inside a <div> since I
need to refresh both at the same time and update the
DB (items dropped on one have to be removed from the
other with an attribute changed).
When an item is dropped, a controller function is
called. The function up...