Hello,
I would like to learn how to associate to type of interactions to an unique object. My objective is to configure an instance of sortable and at the same time it be a selectable one.
Doing the following, "Foo" becomes sortable:
$( "#foo" ).sortable();
But after the following:
$( "#foo" ).selectable();
It becomes selectable, but leaves the sortable properties, and I can't drag it anymor. =(
Pleasem tell me if I'm doing anything wrong,
Phillip Spring.