Firebug is telling me:
$("#foo").draggable is not a function
when:
- Both JQuery core and JQuery UI (with draggable) are loaded
- foo is a valid div element
- foo is in fact draggable with the mouse
So everything works fine, but I'd really like to get rid of this error.