Vertical Accordion Content Slider ideally jQuery -


I'm searching for a vertical accordion content slider for a little while. I've got one: And it's great I implemented it on my site

But there are some things I'm not happy with. It's not very smooth, and I set the Autodele time up to 4 seconds Despite doing so, it seems that switching to the first slide takes a long time and then they start switching like each other. So something is not very right.

Does anyone know about another vertical emption plug-in, can I try? Ideally a jQuery one.

Thank you.

Why is it easy to use the plugin with enough jQuery alone? Example ...

HTML

  & lt; Div class = "wrap" & gt; & Lt; Div class = "heading" & gt; Heading & lt; / Div & gt; & Lt; Div class = "body" & gt; Body & lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "wrap" & gt; & Lt; Div class = "heading" & gt; Heading & lt; / Div & gt; & Lt; Div class = "body" & gt; Body & lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "wrap" & gt; & Lt; Div class = "heading" & gt; Heading & lt; / Div & gt; & Lt; Div class = "body" & gt; Body & lt; / Div & gt; & Lt; / Div & gt;   

jQuery

  $ (function () {$ ('. Body'). Hide (); $ (' ($.) (.) (). (). (). Stop (). Slide toggle (500); $ (this). Spinach (). Brother Sister ('Wrap.') Children ('body' ) .pause (). SlideUp (500);}, function () {$ (this) .next ('body') .pause (). SlideToggle (500);})}});    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -