Change Bg Image When Toggling An Accordion Menu?
May 7, 2009
I have an ccordion menu, and each menu header has a little arrow img that changes when the menu slides down and up. The arrow img is a background image that is added to the detailsPanel div.This is the code so far:
Code:
$(document).ready(function() {
$("div.menu_body").hide();
$("#menuheader div.menu_head div.detailsPanel").toggle(function() {
[code]....
This works fine when I toggle one menu item at a time.But say I expand one menu item, and then click on another menu header. What happens is that the first menu item slides up and the newly clicked slides down, just like expected. But the arrow doesn't change back on the menu that slides up. This happens because it's toggle function is still in the first state, and if I click on it again, thus removing the "detailsPanelSelected" class, all that happens is that the image changes back. Looking at the code, this is expected.how do I make it so that a menu items "detailsPanelSelected" is removed when another menu header is clicked? Can I somehow reset the pending toggle function?
View 1 Replies
ADVERTISEMENT
Sep 5, 2010
I'm building a website with a image menu like accordion, using jquery+easing+kwicks [URL]ith CSS, I can change the opacity of the element hovered (the opened kwick), but I'm looking to someway to change the opacity of the inactive kwicks (the images that close when you open a hovered image).I tried to do it with css, or hacking kwicks plugin, but I couldn't make it.
View 3 Replies
View Related
Aug 16, 2011
I'm creating an accordion menu and need to make the link you click on go from saying "click here to view" to "close". The way I had to set up the accordion is making finding code that works very difficult. Here is my [code]...
View 4 Replies
View Related
Oct 2, 2010
Im using an accordion menu. i would like to have the sub-menu items in that accordion menu when clicked on display an image in a "viewing box" of some sort beside it.
View 1 Replies
View Related
Feb 4, 2010
I'm trying to create a horizontal dropline menu out of an unordered list. List items can have one unordered list child. I want to add a click event on all li:has(ul) elements. The pseudo-algorithm I'm thinking of is as follows:Find all other li:has(ul) elements on the page.For each, check if they are displayed.If displayed, hide it.Then, if the clicked li is displayed, hide it. Otherwise display it.Only one li:has(ul) element should be displayed at a time.
<script type="text/javascript">
$(function(){
$('li:has(ul)').click(function(event)
[code]....
What I have doesn't work because in the .each() function, the clicked li is also evaluated. So, if the clicked li is already visible, it gets toggled inside that function and then toggled again outside that function.
View 1 Replies
View Related
Nov 16, 2005
I have been banging my head against the wall on this one. I have a drop down list menu that when a value is entered I have
"onChange="this.form.copy0002.value=this.value"
which takes the value of the drop down and places it into a text field in a different section. I also need it to check a box on the same line that corresponds with auto populated field. Is it possible to do this. I'm assuming it would be
" onChange="toggleChecked(0001check)" or some variation?
View 10 Replies
View Related
Aug 27, 2010
I have created a jquery accordion menu for a brilliant CMS called 'Concrete5' and all works lovely BUT I now would like the menu to stay open if a menu item is selected within the drop list.I have manged to create the following.....
var pathname = window.location.pathname;
var selecteda = $(".nav-selected a").attr("href");
// alert (selecteda)
[code]....
..but it doesn't seem to work.I'm not a JQuery GOD like most of you on here but I am trying my hardest The accordion menu I am trying to get this to happen on is Accordion Menu.
View 1 Replies
View Related
Sep 1, 2011
I needed a sidebar menu that, when a user clicks the <h3>, a submenu expands. When the user then clicks on a different menu item, the previous submenu disappears meaning only one submenu can be visible at one time.
Now the code I have at the moment (from jQuery forums) works. It now needs a bit more refining so that it works the way I intend.
When you first load the page, all of the submenus are collapsed which is a real pain as each submenu has 20 - 30 selections.
Is there a way to have them all hidden initially?
Is there a way to get an open submenu to close by clicking on the H3 title again?
Since the site is local only, I posted up a sample on my JSfiddle account.
[url]
This one, which I also found on google, did what I wanted, but without the smooth slide animation. - [url]
When you then click on one of the H3's, it kicks into action and works great!
View 2 Replies
View Related
Dec 13, 2010
I have this button:
<input type="image" src="pause.png" onmouseover="src='pauseon.png'" onmouseout="src='pause.png'" onclick="togglePause()" id="pauseBtn"/>
which changes from the play image to the pause image when clicked, using this function:
[code]....
View 18 Replies
View Related
Jan 26, 2011
I have a simple jQuery click handler that animates the change of a divs background image. I would like to create some reusable code so I would not have to copy my code for every div I would like this effect on.
How would I go about this?
View 1 Replies
View Related
Jun 3, 2007
I'm looking to take some images, and then once a mouse over a drop down menu appears, and it also changes the image of the button. Anyone know of a way to do this?
View 4 Replies
View Related
Dec 6, 2010
I've building a site for a letting agents using Joomla and JomEstate Pro. I've got everything working great and am quite happy with it.
However, there is an accordion 'property filter' menu on the right which works fine in every other browser, but not in IE.
View 1 Replies
View Related
Feb 23, 2011
I've got an question about a 'accordion menu',When I add a 'current' class to my list item,
<ul id="TEST">
<li><a href="#">Example 1</a>
<ul>
[code]....
View 2 Replies
View Related
Jun 14, 2011
I mainly do PHP/MySQL coding, but I wanted to add this Javascript Accordion Menu to my site:
Javascript And CSS Tutorial - Accordion Menus | Switch on the Code [URL]
It works fine, but I was wondering if there was a simple way to modify the code so that the currently open menu stays open from page to page instead of closing upon each page reload?
View 7 Replies
View Related
Dec 17, 2010
For reasons not under my control, I need to implement this menu: -
[URL]
on a page which runs in quirksmode in IE. To get to the point, the menu dosent display correctly in this mode (as I expected).I belive issues with jQuery running on a page in quirksmode is a well documented thing. But to anyones knowledge is there anyway of working around such a problem / come across similair problems before? The menu flashes and there are spaces between the items.
View 3 Replies
View Related
Sep 29, 2011
I'm having trouble getting an accordion menu to work correctly. If you click here on GENERAL SESSIONS under FORUM main menu, the menu pops away and it's back to ABOUT.Can someone take a look and tell me why it's doing this and what I need to do to fix it?
View 4 Replies
View Related
Feb 15, 2011
I have trouble with SuperFish Menu, of course it looks very nice and is good solution, but I am not advanced in CSS language.how to change space between menu and submenu in Navi-bar type menu? Now sobmenu hide part of menu, I have to must space.....
Attachments
superfis.JPG
Size : 11.4 KB
Download : 306
View 1 Replies
View Related
Sep 7, 2010
I am struggling with a problem involving using a javascript dropdown menu in conjunction with the jquery accordian. My dropdown menu is being blocked by the accordian option and I can not view most of the items within the dropdown menu in order to navigate.I did notice is that if I get rid of jquery-ui-1.8.4.custom.css I can see the dropdown menu, but then I do not get the settings I desire for the accordian. Below is the code for index.php and master.css
index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
[code].....
View 1 Replies
View Related
Feb 5, 2010
I followed a tutorial on here about Expanding Sliding Menu's or Accordion Menu's.Here is the script:
$(document).ready(function(){
$(".Left #SideCategoryList ul#parent-cats ul:not(:first)").hide();
$(".Left #SideCategoryList ul#parent-cats ul:visible").hide();
[code]....
View 4 Replies
View Related
Jan 10, 2011
I am using the jQuery plugin to create slideshow and also a accordion menu.
Slideshow: [URL]
The accordion menu is not working if the slideshow is working. I am new to this jQuery world.
The below is the HTML script
<html><head>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="nested.accordion.js"></script>
<script type="text/javascript" src="jquery-ui.min.js"></script>
<link rel="stylesheet" href="style.css" type="text/css" />
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#main").accordion({ .....
In the above script, slideshow is working fine but the accordion is not working. If I comment the lines 5, 16, 17,18 then the accordion is working but slideshow is not working. There is no errors thrown.
View 13 Replies
View Related
Dec 26, 2010
I have a page where the SuperFish menu needs to open over a few elements that are grouped together by a jqueryui accordion. It works great in all relevant browses except IE8 in compatibility mode (which, afaik is like ie7, no?). In those "not so great cases" the SuperFish menu is displayed UNDER the accordion instead of above it I tried playing around with z-index but to no avail
View 1 Replies
View Related
Oct 2, 2011
How would I go about creating a menu like the one that this website has? [URL]
View 2 Replies
View Related
Jan 12, 2009
Why my submenu links dont work and why the submenus are taking a set height. I'm just learning jQuery and cant figure out what I've not set properly. [URL]
View 1 Replies
View Related
Jul 26, 2009
Here is an examples of what I would like to happen- smooth scroll when you press menu button on left section1/section 2 etc but for an accordion menu:
What I thought was important and tried was to include:
(and to include the actual js files, localscroll-min.js, scrollTo-min.js)
But just cant get it to work with the accordion menu- it works without it
What I think I may need to include is something like this link within my function for menu section.
View 2 Replies
View Related
Oct 6, 2010
I have been using the Sitepoint book jQuery from Novice to Ninja. I'm still very much a novice but I'm making some progress...I have a jQuery accordion effect set-up on a a nested list. The effect is working great, however, I want to retain the menu state (e.g. which section is open) when a user clicks a particular link and the site loads a new page. I'm thinking I must need to use a cookie or similar but have no idea how to implement this. Here is the jQuery I have currently:
Code JavaScript:
$(document).ready(function(){
$('.boxCategories ul > li ul')
[code]....
View 1 Replies
View Related
Jan 7, 2011
I'm having an issue with a jQuery script with IE7. The script (adapted from one created by Marco van Hylckama Vlieg) is simple:
Code:
Basically an accordion effect, which can be seen here: [url]
Click on the italicized text in the main content area.
The only message I see in IE7 is "Error on Page". Of course, I'm a Mac user, so I have to bother coworkers to check the page on their PCs.
This works fine in every other browser I've tested, including IE8.
View 3 Replies
View Related