Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
815 views

Fixing vertical jump at end of jQuery slideDown animation

I am new to Jquery but have written a simple vertical accordion. It seems to to the job I require, but at the end of the slide down there is a visible jerk. If anyone could look at it and suggest a ...
3
votes
2answers
124 views

Changing sidebar height when dynamic content is added

I have a 'sticky sidebar nav' that is positioned absolutely relative to the #sidebar div, so it follows the page down on the left hand side and is always available. To make this work I had to add a ...
1
vote
1answer
175 views

jQuery Accordion Closed at Load

How can I get the accordion widget to be closed when the page loads? This is the code I'm using: //Accordion $( ".accordion" ).accordion({ autoHeight: false, navigation: true, ...
0
votes
0answers
48 views

Embed links to other page in jQuery accordion header

I have a standard jQuery UI accordion, and I am trying to embed a link in the accordion header (bit that doesn't collapse, h3 in my code) that goes to a different page rather than expand the ...
0
votes
0answers
56 views

Accordion style jQuery script not working as expected

I have an accordion style script that partially works (the .slideToggle() function part works fine). The problem I have is that the login-btn .toggle does not appear to work as part of the overall ...
0
votes
1answer
44 views

jQuery Accordion - Showing All Expanded

UPDATE: Sorry - I was being a fool. display:block was left in the style for the div. I have an ASP.Net page where I build up an HTML string that should be displayed as an accordion. This works, and ...
0
votes
1answer
84 views

Nested standard expandable menu (accordian) behaviour

I am using the simple accordian script found here in the noaccordian mode to behave like a standard expandable menu example here but the nested menu under classes is not respecting the noaccordian ...
0
votes
1answer
143 views

query class toggle to change span background image not working

Ok, I know enough about jQuery to get some of my tasks accomplished (well except this one apparently). The situation: I have an accordion menu that has plus and minus images that are shown in the ...
0
votes
0answers
38 views

One Accordian to mulitple views

I may be trying to do things using a "handy hammer" methodology, but hopefully somebody out there has tried this as well. Basically, I have one page with multiple views, I would like to use the ...
0
votes
0answers
143 views

Accordian innerlinks collapse menu - jQuery

Hi I am using a jQuery Accordian however when a person clicks on the inner link it collapses the menu which i don't want, i only want the menu to toggle when the user clicks on toggle, I have added ...
0
votes
1answer
154 views

jquery stop image slider when accordian menu is closed

http://jsbin.com/emoba5/3/edit click here to view demo Does anybody know how to make the image slider go blank if all menu items are closed? Our how to make it stop on the first image if there is ...
0
votes
2answers
87 views

Appended data does not seem to in markup when viewing source

I have a website with some AJAX on it, basically the users clicks on a link, and some AJAX goes and fires a method that returns some HTML as show below, as the title says the data that is returned ...