Closed (fixed)
Project:
jQuery UI
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 11:17 UTC
Updated:
10 Dec 2009 at 16:50 UTC
When I use a jquery ui tabs,
why in console firebug show error c.Event is not a function?
Comments
Comment #1
betancourt commentedHello:
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
Comment #2
betancourt commentedHello 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.
Comment #3
akongz commentedYes I'm used wrong version of Jquery UI, now It's worked
Thanks for your respond....