Hi Jonas, If you're using Firebug, you may want to use the non-minimized versions of jquery and ui then you could look at the trace of the error and likely find the culprit. Of course, you might be able to do this with the min versions but it's hard trying to figure out what "e" is.
Hth, Dave On Aug 14, 7:17 am, Jonas_Mind <[email protected]> wrote: > Hi i'm for diffrent reasons still using jquery core 1.2.6 and UI 1.5.3 > and at this moment not able to switch to the newest versions. > I have looked at the example code for making a draggable with helper > function onhttp://jqueryui.com/demos/draggable/#visual-feedback, this > is UI version 1.7. > The problem is that when i'm using the example code with my versions > of jquery i keep getting a "e is undefiend"-error for the draggable > with helper function. clone and original works fine thou. Has there > been a signature change or is it another problem? > i'm using the exact code from the example and have included my files > correctly(otherwise clone and original wouldn't work), how should that > code for helper function be written to work on jquery core 1.2.6 and > UI 1.5.3? > > Many thanks! > Jonas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
