9
votes
3answers
2k views

slideToggle height is “jumping”

My jQuery slideToggle() experiment Can anybody tell me why my boxes "jump" when i open them? The first half they slide, the rest they "jump"?? Thanks, Johannes
7
votes
3answers
84 views

How to prevent repeat in jQuery function?

I have a simple jQuery function as $('.button').click(function(){ $("#target").slideToggle().load('http://page'); }); By slideToggle behavior, every click cause a slide, but the problem is that ...
6
votes
2answers
187 views

Sliding panel jumping back to home when clicked

I made a vertical sliding panel on a 1page website (click psssst on the top right). All in all it works fine, it slides up and down properly (still a little bump on the button when sliding, but no ...
6
votes
2answers
391 views

jQuery parent().find() problem

HTML <div class="comments"> <a class="toggle" href="#">Toggle Comment 1</a><br /> <div class="comment" style="display:none;"> Comment1 </div> ...
5
votes
3answers
571 views

JQuery slideToggle problems

sure there is a obvious answer to this one but I don't know it. I am dynamically loading a page using JQuery .load() On the "loaded" page there is a form with form elements e.g. input type="number" ...
4
votes
1answer
68 views
+50

Smooth out this jQuery toggle animation?

The animation produced by my jQuery function is shaky, and I've been looking through different SO solutions, such as adding jquery.easing, but no luck. Is the problem the iframes in each div? Any ...
4
votes
1answer
412 views

slideToggle jQuery function

i'm trying to display a paragraph of text and then underneath is a "read more" link, when i click the link, more text is supposed to slide down and the text of the link is supposed to read "Read ...
4
votes
1answer
639 views

eliminate bouncing ball effect on slidetoggle

it seems like it's in a bit of a loop for a few and then it stabalizes. this person had a similar problem in this video: http://www.youtube.com/watch?v=KCFeImyBzfE also another problem with this code ...
3
votes
2answers
72 views

How to change a span's content when other element is clicked

I am looking to change the content of this span tag: <span class="ui-btn-text" id="btnText">Read how we have helped</span> To: <span class="ui-btn-text" id="btnText">Hide ...
3
votes
2answers
199 views

Slidetoggle Box one at a time

I'm using this piece of code on jsfiddle ( http://jsfiddle.net/ErickPetru/65wSn/1/) which was posted in a previous question by me here: Slidetoggle with a close button - jQuery My question is how can ...
3
votes
3answers
36 views

Why is my content clipped when using .slideToggle()?

jsFiddle here: http://jsfiddle.net/_mtr/bvs6w Basically I have an unordered list consisting of two elements: a title and a span of a few rows of text. The span is toggled on hover, but if the user ...
3
votes
1answer
895 views

Using jQuery to slideToggle a group of Table Rows

I'm fairly new to javaScript and jQuery, so hopefully this will be a quick fix. I need to display a table containing data that can be grouped into several categories, and I'd like to implement a ...
3
votes
4answers
1k views

JQuery- vertical up toggle (i.e. not down)

Not sure how to do this and after hrs of search on the BigG well ... ask the experts so here I am (again :-) ). OK I need to create a toggle that animates upwards not downwards in other words the ...
3
votes
2answers
943 views

Using Jquery slideToggle on large list of individual items

I have a large nested list that I am trying to animate using jquery slideToggle. I want the individual nested lists (id="Nested" + counter) to animate separately, so that a user could toggle a list to ...
3
votes
2answers
1k views

jQuery slideToggle doesn't work with colspan in Firefox?

<script type="text/javascript"> $(document).ready(function() { $('#description').show(); $('#extender').click(function() { $('#description').slideToggle("fast"); }); }); ...
3
votes
3answers
1k views

JQuery slideToggle display type

I'm using a jQuery slideToggle to show a hidden table row but it sets the display style to block and I need to to display table-row. any ideas how i could accomplish this? thanks in advance
2
votes
3answers
70 views

Jquery slideToggle() - only toggle certain items

I have a page where there are questions with answers hidden underneath them. When someone clicks on a question, the answer slides down (this is a seperate function which works fine). When clicked ...
2
votes
2answers
26 views

jquery SlideToggle in sections as section, ques and ans

I was making a section with questions and answers, and want them to be hidden, till a user clicks on the relevant part of the section. This is very similar to the question asked here : jquery Simple ...
2
votes
2answers
217 views

jQuery slideToggle on a table with thead and tbody elements. No animation.

I have a table with a thead and tbody sections. I have applied a slideToggle on this successfully, but the animation is broken. When a user clicks on the thead, I want the contents of the tbody to ...
2
votes
1answer
63 views

simple jquery $(this).next() not behaving in IE

I have this markup <h2>Title</h2> <div class="info-content"> <p>some code in here too</p> </div> and this jquery (function($) { $(".info-content").hide(); ...
2
votes
2answers
104 views

Using .slideToggle with dynamically generated divs

I have divs created within a while loop displaying a MySQL query. I'd like to hide and show them with .slideToggle. I can't use one class as that would trigger every specific div on the page to ...
2
votes
1answer
446 views

jQuery slideToggle() poor performance and/or freezes IE8

I am experiencing very poor performance with the .slideToggle jQuery function in IE8. Its either choppy or it completely freezes the browser. Works great in firefox chrome opera etc. I think it ...
2
votes
3answers
207 views

jQuery simple setInterval to slideToggle

I'm looking to use slideToggle() on some divs automatically every 10 seconds or so. In the example below I want SET 2 to slideToggle() in after 10 seconds, 10 seconds after that, I want SET 3 to ...
2
votes
1answer
90 views

jquery slideToggle - Call before slide

Can anyone suggest how to make a call within slideToggle before it opens/closes? Here is my situation: $('.accordion .d_row .c_row').live('click', function() { ...
2
votes
3answers
587 views

Problem with jerky animation in jQuery

Ive done this a number of times with no problem but for some reason it is a problem on Here. The slide down will begin to work (1/3) normally and than all of a suddenly jerk and finish the animation. ...
2
votes
1answer
184 views

JQuery Images Selector event - to slideshow

I am New to JQuery, just started to play with it, and i have a image selector which is working great, however i am trying to turn it in to a slideshow, so it swaps the images and text every few ...
2
votes
2answers
2k views

jQuery slideToggle jump on close

I'm trying to slideToggle a in a table with jQuery and it works in FF, OP, CHrome. Only IE (6,7,8) is giving me problems. It slides down perfectly down and up, but after the slide up animation is ...
2
votes
1answer
518 views

Jquery slideToggle problem

<script type="text/javascript"> $(document).ready(function(){ $("#toggle").toggle( function(){ $("#box1").slideToggle(800,function(){ ...
2
votes
1answer
3k views

jQuery slideToggle stay open on hover

I have a div that I have bound the jQuery hover event to activate a slideDown using slideToggle: <div class="Square"> <div class="RedSquare"></div> <div ...
2
votes
2answers
825 views

slideToggle issue in jQuery

I have a table in which there will be thousands of records(div elements). Each div is click able and when I click on each record, a div which is hidden under the clicked div will be shown using ...
1
vote
0answers
14 views

jQuery and IE 8 and a toggler only opens first child

I have a group of divs like such where I could have x number like the divs below on the page. Here is the div code <div class="demo1"> <h3 class="expand2">1:00 pm – ...
1
vote
3answers
23 views

why slideToggle jumping? and how to get it to apply only to article clicked?

Ok so here is my jsfiddle - http://jsfiddle.net/8947F/ basically the slideToggle seems to add then take away some height at the bottom so that it looks like it jumps... Also the clicking affects all ...
1
vote
0answers
34 views

Check if hash location was loaded, if so slideToggle maincontent area

I just want it to check if the current hash location anchor was clicked then perform slideToggle and dont reload the content and slideDown. Right now it slideUp load's the content and slideDown. ...
1
vote
1answer
61 views

jquery hover on submenu with sliding efekt

I am looking for solutions on my problem. I would like to make an animation (slide up, slide down) on hover but I cant to resolve it. If you take a look on this page it is a image router. This is ...
1
vote
1answer
38 views

delaying output data with ajax?

I'm trying to work on a toggle a div element currently has some information and when a user clicks a link, it will slide up, and slide down with new information. I'm working on ajax so when user ...
1
vote
1answer
267 views

Vertical sliding / toggle menu

I'd like to use the vertical sliding/toggle menu, please see my code below, at the moment the menu toggles only when you click on the + sign, please see the code below. I'm trying to work out a way ...
1
vote
3answers
66 views

Is it possible to slideToggle a div with Easing and set a min-height?

I have a div of which collapse and expands using slideToggle and easing. $('button').click(function () { $('div').slideToggle('2000', "easeOutBounce"); }); I want it when it slide's Up to have ...
1
vote
1answer
72 views

Implementing simple slideToggle effect on navigation menu images

I have successfully implemented a slideToggle effect on a navigation bar item/image. You can see the effect here. I was hoping that slideToggle would slide the hidden DIV/image straight down, rather ...
1
vote
2answers
80 views

Trying to apply css to jQuery slideToggle when links are clicked

Have a series of lists that I'm trying to show/hide using jQuery slideToggle, and need to apply a different css style to the hyperlinks that do the show/hide after they've been clicked, and then ...
1
vote
4answers
37 views

JQuery: content loading doesn't wait for animation to be finished

$("#clickme").click( function(){ $(this).slideToggle(1000); $(this).load("MYTEXT.txt"); $(this).slideToggle(1000); } ...
1
vote
3answers
54 views

Preserving display of drop-down menu when mouse leaves hover div controlling menu

I have a simple drop-down menu that is controlled using the following script: $(document).ready(function () { $('img.menu_class').hover(function () { $('.the_menu').slideToggle('medium'); ...
1
vote
1answer
40 views

Why does slideToggle() open the span twice?

http://jsfiddle.net/mBkM3/ Whenever I click the button, it opens twice and then closes. Why doesn't it just alternate open and close with the proper .5 sec animation?
1
vote
2answers
146 views

Hide all other sibling div onclick

In my page there are lists like what is given below. <li class="select"> <div class="type"><span class="icon_word_small bgpos"></span></div> <div ...
1
vote
1answer
35 views

custom accordion disabling clicking in jquery

Having trouble disabling the "active" state. Any thoughts? So when a user click on one of the accordion tabs, I would like to have the currect active tab disabled. $(document).ready(function () { ...
1
vote
2answers
49 views

slideToggle is Sliding Multiple Div's Down

I'm using jQuery's slideToggle on an unordered list in order to make it expand menu items. The problem is that this effect makes all of my div's slide down along with it. How can I make the rest of my ...
1
vote
3answers
57 views

jquery menu using slidetoggle() slight issue

Iv created a basic vertical sliding menu which can be seen here on the left vertical grey bar: http://www.switchcreative.co.uk/tuckagefinewines/ When you click on a country the sub-menu items slide ...
1
vote
2answers
79 views

slideToggle double-slides with more than 2 menu tabs

I wrote this code and it works fine when there's only 2 menus, but as soon as there's 3 or 4, the slideToggle double-slides (blinks). <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML ...
1
vote
1answer
90 views

Jquery slideToggle next element with live()

I have the following snippet, but it doesn't work. Probably the live() handler is misplaced: $('.link').next().hide().prev().live('click' ,function () { $(this).next('.desc_hidden').slideToggle(100); ...
1
vote
2answers
88 views

Control slideToggle() jQuery

I have 4 form_header divs and 4 form_body divs. I'm using jQuery slideToggle() to expand the form_body divs by clicking the form headers. This is a perfect example of what I'm doing: jQuery ...
1
vote
2answers
150 views

jQuery slideToggle problem when using height %

I can't figure out why slideToggle causes the 2 panels to grow outside of the parent div when height uses a % value: <html> <head> <script type="text/javascript" ...

1 2 3 4 5