Link to home
Start Free TrialLog in
Avatar of jagku
jagkuFlag for United States of America

asked on

jquery Accordion - how do you only show the fully formed version?

Hello Experts,

Currently, my accordion takes a little bit of time to load.
During this time, you can see it being formed - which isn't the nicest thing!

What I am trying to do to prevent the user from seeing the formation is to encapsulate
the accordion within <div> tags.  Then hide the div when the page loads.
Is there a callback route that I can call after the accordion loads to show the hidden div with my beautiful (ok, not that beautiful!) accordion?
Or is there a better way of doing this?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Jon Norman
Jon Norman
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Are you using any third party jQuery Accordion plugin?

If yes, try using jQuery UI Accordion - http://jqueryui.com/demos/accordion/

You can customize with different styles too!

Hope it helps u...
Avatar of jagku

ASKER

Hi,

No - I am using the jquery UI Accordion.

Thanks
have you seen my comment #38157560 - about the difference between $(document).ready() and $(window).ready()?
Avatar of jagku

ASKER

Hi Jon,

No - I missed it. I will try your suggestion next week as I am currently working on something else.

Many Thanks!
Avatar of jagku

ASKER

Thank you!!!
No worries.