Hi, I have a unique situation where I have a table inside the table. The outer table has 3x3 grid, while the inner table has 4x4 grid. 1: All the cells in the outer table are marked droppable. 2: In one of the cells (Row 1, Column 2) in the outer table, we have nested a inner table. 3: Each of the cells in the inner table are also marked droppable. When I drag and drop into a cell inside the inner-table, the cell identified in the callback function is the outer table cell and NOT the inner-table cell where I dropped. How can I make the inner table to take a higher precedence to the outer table cell in the call back function? Pat --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---