The error

$.Event is not a function

means you have incompatible versions of jQuery and jQuery UI. You need
either

jQuery UI 1.5.3 with jQuery 1.2.6 (not 1.3+)

or

jQuery UI 1.6rc5 with jQuery 1.3.1 (not 1.2.6)

- Richard

On Sun, Jan 25, 2009 at 9:46 AM, Luke Morton
<[email protected]>wrote:

>
> When changing jQuery to non conflict mode is there anything you have
> to do to the jQuery UI plugin to get it working?
>
> I am having problems getting an accordion to work, the sections are
> hidden when the page loads so I presume the effect initialises, just
> when I click the header sections I get the following error in my
> console:
>
> $.Event is not a function
>
> My javascript apart from including jquery and jquery.ui is the
> following:
>
> jQuery.noConflict();
> jQuery(document).ready(function ($) {
>        $('.accordion').accordion({
>                header: "h3"
>        });
> });
>
> Any ideas people?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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