Jquery accordion Expand while page loading?

If you want the accordion to be open at page load you should change the active option to the element that you want to be open : jQuery(). Ready(function(){ jQuery('#portslid'). Accordion({ collapsible: true, autoheight: false, alwaysOpen: false, active: 1, animated: "bounceslide" //animated: 'easeslide' }); }) And then at the load you close it : jQuery(window).

Load(function(){ jQuery('#portslid'). Accordion({active: false}); }) EDIT : The jquery accordeon does not support to be all open , but there's work around like here : jQuery Accordion expand all div.

If you want the accordion to be open at page load you should change the active option to the element that you want to be open : jQuery(). Ready(function(){ jQuery('#portslid'). Accordion({ collapsible: true, autoheight: false, alwaysOpen: false, active: 1, animated: "bounceslide" //animated: 'easeslide' }); }); And then at the load you close it : jQuery(window).

Load(function(){ jQuery('#portslid'). Accordion({active: false}); }); EDIT : The jquery accordeon does not support to be all open , but there's work around like here : jQuery Accordion expand all div.

I want all the sections should open while the page is loading. When page finishes loading all the sections should close by self. – Ask4Tec Nov 14 at 2:40 Look at the edit that i've made – GregM Nov 14 at 2:57.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions