Posted by akongz on November 20, 2009 at 11:17am
Jump to:
| Project: | jQuery UI |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
When I use a jquery ui tabs,
why in console firebug show error c.Event is not a function?
Comments
#1
Hello:
Got the same problem here, I made it work by calling my own jquery main file and my own jquery ui file, but then I got problems with other modules using jquery. I can make work one of them at the time but not all of them. I think the problem is the jquery version called by default by Drupal. Still testing.
Any suggestions are welcome.
Thanks
#2
Hello Again:
If I am right the problem with the C.Event is that the UI file is calling a function that does not exist on the Drupal Default JQuery, the version used in Drupal is not the latest one.
I found a solution for this problem, as I mentioned I found a work around, but it caused some problems with other modules that were using JQuery as well.
I installed the jQuery Update 6.x-2.x module (dev version needed) and the JQuery Tabs work and my other modules are working as well.
Hope this solves your problem.
#3
Yes I'm used wrong version of Jquery UI, now It's worked
Thanks for your respond....
#4
Automatically closed -- issue fixed for 2 weeks with no activity.