Thanks for responding. It seems to have to do with conflicts between my Drupal module and the devel module that I had also enabled. I saw that there were some "ui.something.js" files loaded. But I didn't think much about how they got there. My bad.
After I disabled the devel module, my dialog box showed up. -- Wei On Apr 7, 2:38 pm, Steven Black <[email protected]> wrote: > Sounds like your jQueryUI javascript loads too late. > > The order of javascript loading is often important, and this may be > one case. > > **--** Steve > > On Apr 6, 4:10 pm, Wei Wang <[email protected]> wrote: > > > Greetings, > > > I am fairly new to jQuery and jQuery UI. I have got jQuery 1.3.2 > > working in Drupal 6.10 using the jquery_update module. Then I added > > jQuery UI 1.7.1 using the jqp module. > > > When I load a page that loads jQuery UI, I get an error in the FireBug > > console (which I use under Firefox 3.0.8 for debugging my project), I > > get an error in the console: > > > $.widget is not a > > functionhttps://.......umich.edu:2443/sites/all/plugins/jquery.ui-1.7.1/jquer... > > Line 910 > > > That happens when I use the development-bundle/ui/jquery- > > ui-1.7.1.custom.js which is custom built with all jQuery UI > > components. > > > When I use the js/jquery-ui-1.7.1.custom.min.js file, I get: > > > a.widget is not a > > functionhttps://wsdf0040.umhs.med.umich.edu:2443/sites/all/plugins/jquery.ui-... > > Line 22 > > > However, I do see on line 219 of development-bundle/ui/jquery- > > ui-1.7.1.custom.js that $.widget is assigned to be a function: > > > $.widget = function(name, prototype) { > > > Is there anything obvious that I should look at? > > > Any help or pointers are welcome. Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
