Tuesday, 20 August 2013

Accordion bounces to left when clicked

Accordion bounces to left when clicked

jQuery accordion bounces to the left when content iframe is loaded. I'm
stumped.
Any suggestions?
I'm guessing it's something with the iframe sizing code.
$(function() {
$( "#accordion" ).accordion({
collapsible: true,
active: false
});
});
Accordion in jsFiddle

No comments:

Post a Comment