The fact that your error message references a file called ui.mouse.js suggests you have a rather old version of jQuery UI. The mouse plugin was moved to ui.core.js in verion 1.5. Can you try the latest stable version (1.5.3) which you can pick up here
http://code.google.com/p/jquery-ui/downloads/detail?name=jquery.ui-1.5.3.zip or here http://ui.jquery.com/download_builder/ and let us know how you make out? - Richard On Tue, Dec 23, 2008 at 5:20 PM, Sean <[email protected]> wrote: > > Hi There, > > I've implemented some drag and drop functionality on one of my pages. > It all works fine except I get the error below. Can some tell me what > it is i'm missing? > > Sean > > $.ui[module] has no properties > http://localhost:4074/App_Themes/ui.mouse.js > Line 9 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
