views:

13

answers:

0

Firebug is telling me:

$("#foo").draggable is not a function

when:

  1. Both JQuery core and JQuery UI (with draggable) are loaded
  2. foo is a valid div element
  3. foo is in fact draggable with the mouse

So everything works fine, but I'd really like to get rid of this error.