Skip to main content

Bug Tracker

Side navigation

#3830 closed bug (invalid)

Opened January 12, 2009 09:50PM UTC

Closed October 13, 2009 12:34AM UTC

Accordion Demo wizard typo

Reported by: nick Owned by:
Priority: major Milestone: 1.3
Component: unfiled Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:
Description

On the last demo here:

http://view.jquery.com/trunk/plugins/accordion/demo/

titled "Accordion Wizard"

The line:

.click(function() {

wizard.changeAccordion("activate", index + ($(this).is(".next") ? 1 : -1))

});

Should change to:

.click(function() {

wizard.accordion("activate", index + ($(this).is(".next") ? 1 : -1))

});

I don't think there is a "changAccordion". At least in my attempt to recreate it

Attachments (0)
Change History (1)

Changed October 13, 2009 12:34AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

This is not a jQuery core bug. Please use the jQuery forums or contact the author via the method they request. For jQuery UI plugins, please file a bug on http://dev.jqueryui.com .