We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API changed for JQuery UI 1.9+, so line 104 should be
$firstErrorItem = $(this).parent().accordion('option', 'active' , i);
otherwise an error is encountered: Uncaught Error: no such method 'activate' for accordion widget instance
cf https://stackoverflow.com/questions/1899307/jquery-ui-accordion-activate Cheers!
The text was updated successfully, but these errors were encountered:
Steps to recreate:
Sorry, something went wrong.
Issue #48: fix changed jquery accordion call
a116a03
Issue #48: fix changed jquery accordion call (#49)
886de82
Successfully merging a pull request may close this issue.
The API changed for JQuery UI 1.9+, so line 104 should be
otherwise an error is encountered:
Uncaught Error: no such method 'activate' for accordion widget instance
cf https://stackoverflow.com/questions/1899307/jquery-ui-accordion-activate
Cheers!
The text was updated successfully, but these errors were encountered: