Delay for a Drop Down Menu

Greetings!



This is driving me nuts! I have been working on using the jQuery function “hoverintent” to slow down my menus but I can’t seem to get it to work.



Let me share some of the code samples that I have tried.



This is my index.tpl



[font=courier new,courier,monospace]{* $Id$ *}[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{strip}[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{if $page_title}[/font]

[font=courier new,courier,monospace]{$page_title|escape:“html”}[/font]

[font=courier new,courier,monospace]{else}[/font]

[font=courier new,courier,monospace]{foreach from=$breadcrumbs item=i name=“bkt”}[/font]

[font=courier new,courier,monospace]{if !$smarty.foreach.bkt.first}{$i.title|unescape|strip_tags|escape:“html”}{if !$smarty.foreach.bkt.last} :: {/if}{/if}[/font]

[font=courier new,courier,monospace]{/foreach}[/font]

[font=courier new,courier,monospace]{if !$skip_page_title}{if $breadcrumbs|count > 1} - {/if}{$location_data.page_title|escape:“html”}{/if}[/font]

[font=courier new,courier,monospace]{/if}[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{/strip}[/font]

[font=courier new,courier,monospace]{include file=“meta.tpl”}[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{include file=“common_templates/styles.tpl” include_dropdown=true}[/font]

[font=courier new,courier,monospace]{include file=“common_templates/scripts.tpl”}[/font]



[font=courier new,courier,monospace]{literal}[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace] [/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{/literal}[/font]



[font=courier new,courier,monospace][/font]



[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{if “SKINS_PANEL”|defined}[/font]

[font=courier new,courier,monospace]{include file=“demo_skin_selector.tpl”}[/font]

[font=courier new,courier,monospace]{/if}[/font]

[font=courier new,courier,monospace]

[/font]

[font=courier new,courier,monospace][/font]

[font=courier new,courier,monospace]{include file=“common_templates/loading_box.tpl”}[/font]



[font=courier new,courier,monospace]{include file=“main.tpl”}[/font]



[font=courier new,courier,monospace]{if “TRANSLATION_MODE”|defined}[/font]

[font=courier new,courier,monospace]{include file=“common_templates/translate_box.tpl”}[/font]

[font=courier new,courier,monospace]{/if}[/font]

[font=courier new,courier,monospace]{if “CUSTOMIZATION_MODE”|defined}[/font]

[font=courier new,courier,monospace]{include file=“common_templates/template_editor.tpl”}[/font]

[font=courier new,courier,monospace]{/if}[/font]

[font=courier new,courier,monospace]{if “CUSTOMIZATION_MODE”|defined || “TRANSLATION_MODE”|defined}[/font]

[font=courier new,courier,monospace]{include file=“common_templates/design_mode_panel.tpl”}[/font]

[font=courier new,courier,monospace]{/if}[/font]

[font=courier new,courier,monospace]
[/font]



[font=courier new,courier,monospace]{hook name=“index:footer”}{/hook}[/font]



[font=courier new,courier,monospace][/font]



[font=courier new,courier,monospace][/font]



When this is active, all of my jQuery routines stop working and the menu totally stops working.



It seems that every time I try to add this routine, it stops all jQuery and I can’t figure out what I am doing wrong. I am not that familiar with jQuery and have been following guides that I have seen on the internet.



The menu that I am using, I found from the following link that was listing in this forum:

[url=“Alpha Spas - Advertise Your Store - CS-Cart Forums”]Alpha Spas - Advertise Your Store - CS-Cart Forums



I visited his site and it appears that he has a delay working for his menus, but I can’t fully figure out how he did it.



And I have been reading and trying to understand what I found at this site:

[url=“http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/”]http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/[/url]



My site that I am building the site on is: http://www.globalgiveaway.org



Any help will be greatly appreciated!



Thank you,



Jon