accept.droppable not an option?
Hello. I am working on an application where I want to be able to
dynamically feed a droppable element which draggables it should
accept. According to what I have been able to read $
("whatever").data("accept.droppable", "whatever") should work since
accept is listed as an option in the docs. But I get the error
"m[i].options.accept.call is not a function" in firebug. I have tried
changing other options on my droppable through the .data() command and
that works so does anyone know what I am doing wrong?
Kindly, Marcus.