**JavaScript**
jQuery(document).ready(
function($)
{
$('#codes').accordion();
}
);
The problem with the above code is that, while the accordion is rendered properly, is not functional at all. That means, that when I click on a accordion panel header, there is no any action.
Also In my console I don't get any JavaScript error, and also all the files are loaded normally. Any idea on how to solve that problem ?!
[This is the accordion as it is rendered][1]
[1]: http://i.stack.imgur.com/F2Yzx.jpg Do you have any other scripts or JavaScript libraries, plug-ins on the page?