Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 votes
0 answers
188 views

Accordion animation does not work for child elements

I'm struggling with animated accordion for my site. Second level of my accordion does not have animation and is not visible. It happens only on the second level of my accordion. This animation is from ...
Jakub Czeszejko-Sochacki's user avatar
0 votes
1 answer
215 views

choppy animation on jquery accordion menu submenu

I have a vertical accordion menu with one submenu. When the option with the submenu is clicked the submenu opens but there's a clunkiness to it. Here's a jsfiddle of the code. I would like the ...
rhinorck's user avatar
0 votes
1 answer
187 views

Open tab and slide down to area

I am using jqueryResponsiveTabs that when scaled down becomes an accordian. On the link below there is a tabbed area that on mboile becomes accordian. Rhe personalise button at the top should open ...
Catherine Allen's user avatar
0 votes
1 answer
330 views

JQuery hide ULs and only expand once particular class set (bit like an accordion)

Right folks, After battling with a JQuery Accordion trying to do what I want I think hiding all secondary UL's and only expanding them once a class my CMS sets automatically on lis would be the ...
yoyo's user avatar
  • 157
-1 votes
1 answer
216 views

jQuery accordion slides up multiple times

I'm making a jquery accordion and I have some issues My jQuery searches for a ul inside a class and if it has a certain class it slides down, but it slides down as many times as the element ul exists ...
Wannes's user avatar
  • 370
0 votes
1 answer
839 views

open jquery accordion with external link

I use the slideUp and slideDown function to generate an jQuery accordion. But how do I open the accordion with an external link, a link like this: http://www.example.com/page.html#index-number, where ...
stig's user avatar
  • 445
2 votes
1 answer
899 views

jQuery - show/hide the element inside of another element and clicking outside of that element

HTML: <div class="portlet"> <h3 class="">Blogs</h3> <div class="portlet-content"> <div class="teaser"> <div class="image-with-caption"> <...
Eduardo Ribeiro's user avatar
0 votes
1 answer
597 views

My Own jQuery Accordion

Hey Guys, i have created the following Menu Structure: <div id="menu"> <ul> <li><a href="#">Main Item1</a></li> <li><a href="#">Main Item2</a><...
codeworxx's user avatar
  • 340