accordion fails
Need more info
- Need more info
- Not a problem
- Temporary fix
- Analyzing
- Working on it
- Solved
in Using jQuery UI
•
9 years ago
Hi,
I have an accordion set up as follows:
- <div class="fx-accordion" >
- <h3><a href="#">Question 1</a></h3>
- <div>
- Answer 1
- </div>
- </div>
I'm then using livequery to initialise these accordions (they come in through ajax!) as follows:
- jQuery('.fx-accordion').livequery(function() {
- jQuery(this).accordion();
- } );
The accordion seems to be generating perfectly well. However - whenever I click an item to expand, I'm getting the following error:
jQuery.easing[specialEasing || defaultEasing] is not a function
The error goes back to line number 5854 of jquery.js.
this.pos = jQuery.easing[specialEasing || defaultEasing](this.state, n, 0, 1, this.options.duration);
I'm running the latest versions of jQuery and UI published on Google CDN.
Any idea anyone?
If you would like to reproduce, go to http://www.flexin.be/site/en/department/contact/1.html?_rw=4&_s=0&#
In the question box, enter "control panel test question" and wait 2 seconds; you will be presented with FAQ entries there which are being presented in an accordion :)
Thanks so much for your help, guys!
1