Opened 15 years ago
Closed 13 years ago
#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: | [email protected]… |
Blocked by: | Blocking: |
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
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 .