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

All Questions

Tagged with
0 votes
1 answer
513 views

Jquery slidedown toggle change button text and icon when clicked

The slide down function is fine but i need to change both text and a font awesome icon in the button from 'open all questions (down icon)' to 'Close all questions (up icon)' when the button is clicked,...
leclerk's user avatar
  • 71
0 votes
1 answer
539 views

Toggle slide down for faqs

I'm trying to set up a faqs page on the blog and struggling with getting the code right. Here's what I want to do > http://jsfiddle.net/qwL33/ Actually everything is alright but when clicking over ...
S F K's user avatar
  • 15
1 vote
1 answer
474 views

jQuery Animate to auto height, close back up to set height

I have a slide Down toggle div which contains a title, content and a toggle open button. I've set up a fiddle but the div currently closes up completely preventing you from opening again. The height i'...
Amesey's user avatar
  • 852
2 votes
2 answers
270 views

slideToggle not working when parent link is clicked

I have a list of links in a footer then when you click on the titles along the bottom a panel for each on slides up with links in. If one panel is open and I click another link along the footer, the ...
Catherine Allen's user avatar
0 votes
2 answers
490 views

jQuery Slide Up/Slide Down - How can I stop repeating myself?

Using jQuery, when a user clicks on a "plus" sign I slideDown the content and replace the "plus" sign with a "minus" sign and slideUp the content. But in a very cumbersome manner! Here is my HTML &...
William's user avatar
  • 431
0 votes
3 answers
26 views

toggle not displayed down and up probebly

I am facing problem with toggle button..If I click the img it should be space down the img button which contains the content..I tried this code <script> $(".image").click(function ()...
Ashraf's user avatar
  • 49
4 votes
5 answers
108 views

How can I fix this script with jQuery toggle?

I have tried to make working this jQuery script, but maybe there is something wrong. I wanted to make the script working by clicking on the arrow on the right side of the page. As you can see from the ...
Giulio Bambini's user avatar
0 votes
3 answers
5k views

jQuery menu tree, slide up/down

I'm trying to create a jQuery dropdow menu, so far it's working fine. Except that you can only open folders/trees, not close them again. I guess that i have to use EQ or Siblings in jQuery? But ...
simon's user avatar
  • 2,319
0 votes
1 answer
92 views

jQuery : how to prevent animation in related div?

is there any option to prevent slideUp() when hover its related div ? $('#member1').hover(function () { $("#memberdetails2").hide(); $("#memberdetails1").stop(true, true).slideDown(); }, ...
Mo.'s user avatar
  • 27.1k
0 votes
1 answer
3k views

SlideUp and Slidedown on hover menu

I am having a menu which will show a slider on hover(). I have written it like this $(".menu2").hover(function () { $(".slider").slideDown(500); $(".slider").css('display','block'); }, ...
Jhonny's user avatar
  • 164
1 vote
2 answers
2k views

JQuery Toggle Content

I am trying to make a simple slideUp slideDown content I have the following code so far: <style type="text/css"> ul { list-style: none; margin: 0; padding: 0; } ...
user1248589's user avatar
1 vote
3 answers
592 views

jQuery toggle / slide resetting links

I made a toggle script for some text on a website. I have about 10 "head" links and two h3 links. Basically if you click one head link it opens and closes by clicking it again. If you click on the h3 ...
user1842315's user avatar
0 votes
1 answer
523 views

Bug in jquery toggle causes horrible artifacts

Check out the example to see what I mean: http://jsfiddle.net/3PVsy/ Any ways to fix this?
aeroshock's user avatar
1 vote
1 answer
3k views

Jquery UI slideUp and slideDown

I am busy to show and hide some boxes with a click on a button. It is working well but i must click 2 times the first time i want to hide a box? This is my JS code: $(function() { $('.title ....
Maanstraat's user avatar
  • 1,251
2 votes
3 answers
234 views

showing hidden div with jquery

I want to display a div content with jquery if a button is pressed. For example, <button id="b1">Show text</button> if the button is pressed then show this text div. <div id="text"&...
user966582's user avatar
  • 3,303

15 30 50 per page