Modify ↓
Ticket #3000 (closed bug: invalid)
[accordion] Problem with .pack and .min files
| Reported by: | nicusor | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | accordion | Cc: | me@… |
| Blocking: | Blocked by: |
Description
Hi,
I'm building a site and I'm using jquery-accordion plugin v1.6, along with jquery (1.2.6) and dimensions (v1.2) plugin.
Now, my problem is that I can't use either .pack, nor .min versions of jquery-accordion - only the full version is working. This is the error that is picked up by firebug: "missing ; before statement"
for .min version the error is more helpful (maybe):
this.element,"ui-accordion");$(this.element).removeClass("ui-accordion").unbind(...
Do you know why is this happening?
Please let me know if you have a fix for this.
Thanks, Nick
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .