Jquery :: Accordian Style Navigation ?

Sep 13, 2011

I am working on a website and discovered this vertical accordion style navigation bar that works perfectly for my needs. I am not a programmer though and have never worked with jquery so I need a little help tweaking a part of this navigation.

The instruction page that I cut and paste the code from is here: [url]

I have two menu items that don't need a dropdown component (the "home" button and the "contact us" button). They are pretty much stand alone links. You can view my page at: [url]

Is it possible to make the home and contact buttons a stand alone link themselves? I don't want it to open a sublink as there are none connected to these two buttons...

Also, where in the code do I place the info if it is possible.

View 1 Replies


ADVERTISEMENT

JQuery :: Create A Basic A Accordian Style Menu?

May 17, 2011

I am trying to create a basic a accordian style menu. Im guessing i have done 90% of the code, but a little stuck now.I have three widget and what I am attempting to do is hide all the widgets apart from the one actually clicked. My code so far is as follows.

$(".widget-title").click(
function () {
$("#widget1_content").hide(); //My Widgets
$("#widget2_content").hide();

[code]...

View 2 Replies View Related

Get The Coding For The Same Style Navigation?

Jun 9, 2009

Just wondering if someone can point me where I can get the coding for the same style navigation on [URL]..I know its not flash, but I'm guessing its done by javascript?

View 1 Replies View Related

JQuery :: Class Toggle Navigation - Implement A Minimal Navigation Bar

Nov 2, 2009

I'm trying to implement a minimal navigation bar using jQuery's toggleClass() function but can't seem to get it working.

It's the .img_selector div at the bottom of the page:[url]

I want to toggle the 'active' class for each <a> when it's selected, to indicate which image is showing, so after calling jQuery, in the <head> I've got:

Then the links, which also include the showPic function:

View 4 Replies View Related

JQuery :: Create An Own Horizontal Navigation And So The Navigation Is A Nested?

Feb 6, 2011

I want to create an own horizontal navigation and so the navigation is a nested list like

<ul id="mymenu">
<li>entry1
<ul class="abc">

[code]....

View 3 Replies View Related

JQuery :: Accordian Not Working Within Tabs / What To Do?

Jan 26, 2011

I am trying to get an accordian script to work within tabs, here is the code I just can't get it to work, I realise the issue of the inactive tab displaying none which causes problems, I have tried a few work arounds but still not working [code]...

View 2 Replies View Related

JQuery :: Accordian Keeps Inserting Scroll Bars In IE?

Jul 28, 2009

im using the jquery accordian on two divs, the first time the page loads the first div displays as it should you then click the header and the second displays as it should.but when you click on the 1st header to display the first content again the content has scroll bars AHH

View 1 Replies View Related

JQuery :: Accordian Menu - How To Save It's State

Mar 22, 2010

I've been using the accordian tutorial but was wanting to save it's state after I click the link

[URL]

for instance if I open the accordian to heading two and click link 4 it would be great for it to stay like it on when link4 page loads (so the users know where they are)eg:

Heading1
Heading2
-link4

[code]....

View 1 Replies View Related

JQuery :: Accordian Toggle Grow/shrink?

Aug 11, 2011

I am combining a select box enhancer called Chosen from [URL]... When the States section is toggled, the accordian's area is not grown when the chosen is activated and shows a scrollbar when it shouldn't.How do I need to handle that?

View 2 Replies View Related

JQuery :: Have The Accordian Closed When First Viewing The Page

Sep 15, 2009

im using some accordian jquery code and the accoridian is open when i view the page.... is there anyway i can have it closed and i can click to open it

im using this code:

window.addEvent('domready', function() {
var status = {
'true': 'open',
'false': 'close'

[Code].....

View 2 Replies View Related

JQuery :: Accordian And Nivo-slider Plus Video = FOUC?

Aug 23, 2010

I have a video-content website and use the jQuery on most all the pages. One page combines theAccordian widget with video:

[Code]...

View 1 Replies View Related

JQuery :: Selecting An Active Item In An Accordian List?

Jun 10, 2009

I have an accordian list much like the example here : Say for instance i have page links under the heading 'Section 2' of that demo.How can i make it so that when you visit a page from these links 'Section 2' is now active (by that i mean expanded, instead of the first item as default)I am looking at this information provided on the same page , but it's not really making sense to me.Selector for the active element. Set to false to display none at start. Needs collapsible: true.Code examplesInitialize a accordion with the active option specified.

$('.selector').accordion({ active: 2 });

Get or set the active option, after init.

//getter
var active = $('.selector').accordion('option', 'active');
//s

[code]....

View 3 Replies View Related

JQuery :: Make Learning Accordian Work With Unordered List?

Jun 7, 2009

I was wondering how to make URL...by Karl, work with an unordered lis instead of divs. I tried the below but did not work. I think what I have done here ('.links:visible');looks plain wrong (I can't put a class or an Id in there right??)[code]

View 3 Replies View Related

JQuery :: Document - .ready - Function - $ - Two Scripts - One For Accordian And Another For DrillMenu

Aug 10, 2011

In my application i am using two jquery scripts .One is for accordian and another one is for drillMenu . Both js files are having "jQuery(document).ready(function($)".

If i use both the js file in my application only one functionality is working. For suppose if menu drill is working then it is not supporting another one.

View 2 Replies View Related

JQuery :: Using Plugin (nivoSlider & Accordian Tested) With Embedded Video

Jul 30, 2010

I'm a relative newcomer to jQuery (and for that matter an inexperienced web builder) but I've really enjoyed using the jQuery UI and plugins as I work to redo my site. My problem is this. My site includes many video progressive download files. I have tried to combine either jQuery UI (Accordian) or a plugin (nivoSlider) (not both at the same time) with a video embed using SWFObject. For some reason the combination cause my video playback to stutter.

Here are two test pages. They access they same mp4 files but in Test_1 I have disabled the nivoSlider js. The videos playback smoothly in Test_1 but in Test_2 the playback stutters. [URL]

View 5 Replies View Related

JQuery :: Navigation And Sub Navigation Plugin?

Aug 8, 2009

<div>
</div><div>I did some navigation menu and sub menu using jquery ,</div><div>
</div><div>like ;</div><div>
</div><div>Menu1 </div><div> Sub menu1(some.php)</div><div> Sub menu2(some1.php)</div><div>

[Code]..

View 1 Replies View Related

JQuery :: Obtain ORIGINAL Style Setting - And NOT Computed Style?

May 5, 2010

My understanding had been that $.css("width") would return the original user selected style, eg "100%" or "10em", and $.width() returned the computed width, always in "px". Not so, following the code through for .css(), it calls something called getComputedStyle and the only difference between the two functions turns out to be a post-fix of "px" on the .css() result - not very useful. I need to know whether my user has called me with a proportional dimension, or a fixed one. How to tell with jQuery?

View 1 Replies View Related

Highlight Active Page On Navigation System When Navigation Is Being Included With SSI?

Apr 18, 2010

I am not terribly familiar with Javascript but i am looking forward to learning, and currently the problem I am facing is this:I have an a file being included to an .shtml document, that serves as my navigation, the code is like this:

<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a class="MenuBarItemSubmenu" href="#">Home</a>
<ul>

[code]....

View 12 Replies View Related

JQuery :: Using To Style List-style-type?

Oct 12, 2011

This is probably quite a simple problem but I can't figure out the answer. I'm working on a site that has news stories and events coming in. What I would like is to have the news stories to be styled with squares and events with discs for instance. I might be able to change the actual plug-in so the CSS affects this change, but I just wondered how I could change the list-style-type with jQuery.

[Code]...

View 3 Replies View Related

Horizontal Yet Vertical Accordian Menu?

Aug 20, 2011

Alright so you have the header, horizontal menu, then content below it. The horizontal menu has to expand PUSHING the content down slightly expanding the wrapper. I'm hoping someone can help me out with this because right now it's not even horizontal. When I flip it it all breaks

[Code]...

View 1 Replies View Related

Altering Moo.fx Accordian To Change Tab Images On Click

Dec 19, 2010

I'm using this fantastic accordian here: [url]

It works great, but I'd LOVE to be able to set the tab image to another image (say, a lighter shade of green) once it's clicked. Just so the user knows which tab they're viewing.

I've tried looking through the three .js files to do this, but it's a little too advanced for me.

View 1 Replies View Related

Spry Accordian: Active Tab Depending On Current Date?

Apr 11, 2010

I have a spry accordion that I have inserted in Dreamweaver with 5 tabs for Monday-Friday.

How could I make the tab active depending on what day it is?

i.e: So if its Tuesday the Tuesday tab will be active.

<div id="TabbedPanels1" class="TabbedPanels">
<ul class="TabbedPanelsTabGroup">
<li class="TabbedPanelsTab" tabindex="0">Monday</li>
<li class="TabbedPanelsTab" tabindex="0">Tuesday</li>
<li class="TabbedPanelsTab" tabindex="0">Wednesday</li>
<li class="TabbedPanelsTab" tabindex="0">Thursday</li>
<li class="TabbedPanelsTab" tabindex="0">Friday</li>
</ul>

View 6 Replies View Related

Hiding Code Between <style Type=text/css">...</style>

Apr 24, 2009

I have built a website and I wish to hide my code between "style type="text/css">....</style>

Is there a way to hide the code between it?

View 5 Replies View Related

Keyboard Navigation Dropdown Menu - Add Support For Keyboard Navigation?

Jan 19, 2009

Ive been working on a site with a dropdown menu. its styled with css and animated with java i would like to add support for keyboard navigation.

var DDSPEED = 5;
var DDTIMER = 5;
main function to handle the mouse events [code].....

View 1 Replies View Related

Getting Element Style Outside The Style Attribute?

Oct 22, 2009

if I have an html page that uses the <style> or a <link> to call a style sheet these properties aren't available to JavaScript is there a good way to access them? eg

<html>
<head>
<title>expandable text area</title>
<style type="text/css">

[Code]....

View 8 Replies View Related

Jquery :: How To Use To Do This Navigation

Jul 15, 2011

????-?(www.net.cn)http://www.sitepoint.com/forums/atta...1&d=1310736398when the mouse hovers on the first li, under it shows a text line. when hovers on the second li, under it shows a sub navigation rows.eg:if the following is my html structure:

Code:
<div class="nav-top">
<ul>

[code].....

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved