in firebug when I watch $().jquery I still get v 1.0.4 even though I have installed & enabled this module.

Comments

bleen’s picture

Assigned: bleen » Unassigned
bleen’s picture

Status: Active » Fixed

I take back my initial post (is there a better way to un-post a bug report?) ... turns out once installed you have to use $ui('#block').draggable();
not
$('#block').draggable();

my only suggestion is that this gets explained a bit better on the project page or in a readme.txt

Anonymous’s picture

Status: Fixed » Closed (fixed)