Rene Veerman wrote:
> Hi. I had real nice drag-and-drop functionality for my tree, but after
> upgrading to 1.6rc2, the drag and drop is completely dead.
>
> Doesn't even fire the 'helper' option anymore.
>
> Any clues / tips are appreciated..
>
>
The error occurs here;
createHelper: function() {
var o = this.options;
var helper = $.isFunction(o.helper) ? $(o.helper.apply(this.element[0],
[e])) : (o.helper == 'clone' ? this.element.clone() : this.element);
Firebug says "e is not defined".
I use a function to create the helper, declared as
helper : function (evt, ui) {}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---