I'm building using Apex 4.2.1.
The js file containing jQuery UI components (/i/libraries/apex/minified/desktop_all.min.js) seems to omit jQuery droppable. (Try to use it and you get "TypeError: $(...).droppable is not a function")
So although draggable is included, and I can drag things around, I can't drop them anywhere useful - and my users need that ability, soon.
Could anyone on the team supply a good reason for the omission? And is there a different (compatible) variant of the file that does include droppable?
As a last resort I could brew my own on the jQuery site, but I'd rather not: too many issues around multiple declarations and future upgrade screwups...
Thanks
John.