Hello all,
I've written a handy plugin that encapsulates some UI functionality
from one of my projects (and it was darn simple too - kudos to the
developers). Anyway, my plugin is creating elements on the target
dynamically and needs to use the draggable() plugin. However, when I
try to call draggable(), I get an error saying that it is undefined.

I've enclosed my plugin with the standard:
(function($) {
//code here
})(jQuery);

How do I call a method on another plugin? Is there some trick I'm
missing?

Thanks in advance,
Will

Reply via email to