How to get the UI.draggable Scope
Hello,
Back again.. with another draggable type question.
How do I get the actual value of the scope from the draggable element,
I'm using the following :
var scope = $(ui.draggable).draggable('option', 'scope');
alert(scope);
However, that brings back an [object Object] - now, I think I'm being
a bit thick here... but I've tried .val() and .Val() with no joy...
.. if anyone could give me a poke in the right direction it'd be
really appreciated.
TIA,
Paul Hutson