in jQuery accordion , we can set the reset parameter as follows
$ ("# accordion"). accordion ({active: 0, foldapsible: true});
Foldable behavior works fine for the first time. But later this will give an error and stop all the behavior of the accordion. "this.toHide.parent () [0] - undefined"
Any idea if this bug is known for this?
source
share