Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-13-2013, 03:56 PM   PM User | #1
gotsnow
New to the CF scene

 
Join Date: Feb 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
gotsnow is an unknown quantity at this point
Arrow Menu Confilct with hoverIntent

I have an accordian style menu and all I want is for it to stay open while navigating through the child pages. Simple enough right? Except I'm having a conflict with the hoverintent plugin http://cherne.net/brian/resources/jq...verIntent.html

I'm trying to get these lines of code to play nice with the hoverintent plugin as that is what is causing the new lines to break.

Code:
// check URL for 'ezesiy'
myString = location.href.indexOf("ezesiy");

if (myString > 0) {
    // expand the UL below the LI containing that menu item
    jQuery('a:contains("ezesiy")').parents('li').children('ul').slideDown('1500');
}

Check out the demo: http://jsbin.com/ezesiy/10/edit

Any help is much appretiated.
gotsnow is offline   Reply With Quote
Reply

Bookmarks

Tags
jquery

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:23 PM.


Advertisement
Log in to turn off these ads.