jQuery Accordion expand all div

user305912 picture user305912 · Apr 1, 2010 · Viewed 42.5k times · Source

Is it possible to expand all components when page is load or when an event occurs? Thanks!!

Answer

ivan-ivory picture ivan-ivory · Feb 6, 2013

Simply use this

$('#accordion .ui-accordion-content').show();