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 function
https://.......umich.edu:2443/sites/all/plugins/jquery.ui-1.7.1/jquery-ui.js?2
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 function
https://wsdf0040.umhs.med.umich.edu:2443/sites/all/plugins/jquery.ui-1.7.1/jquery-ui.js?2
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to