When I use a jquery ui tabs,
why in console firebug show error c.Event is not a function?

Comments

betancourt’s picture

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

betancourt’s picture

Status: Active » Fixed

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.

akongz’s picture

Yes I'm used wrong version of Jquery UI, now It's worked

Thanks for your respond....

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.