Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery Accordion Widget opening temporarily on page load Re: jQuery Accordion Widget opening temporarily on page load

#77426
Rob MacKay
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.