Home › Forums › JavaScript › jQuery Accordion Widget opening temporarily on page load › Re: jQuery Accordion Widget opening temporarily on page load
June 9, 2010 at 9:43 am
#77426
Participant
it is because the jQuery has to ADD the:
Code:
style=”display: none; “
to the UL after it has loaded. If you can add it to the accordion code, so the jQuery does not need to, then your issue will be solved.