jquery Programming Glossary: ddelay
jQuery hover dependent on two elements http://stackoverflow.com/questions/6132006/jquery-hover-dependent-on-two-elements open #snav ul .hide function MenuOpenCloseErgoTimer dDelay fActionFunction node if typeof this.delayTimer number clearTimeout.. this.delayTimer setTimeout function fActionFunction node dDelay else this.delayTimer setTimeout function fActionFunction dDelay.. else this.delayTimer setTimeout function fActionFunction dDelay Note the extra operations required on #snav ul to cleanup after..
How to allow for a default submenu on a jQuery hover menu http://stackoverflow.com/questions/6154631/how-to-allow-for-a-default-submenu-on-a-jquery-hover-menu zEvent function MenuOpenCloseErgoTimer zEvent var dDelay var ActionFunction null if zEvent.type 'mouseenter' if zEvent.currentTarget.nodeName.. if zEvent.currentTarget.nodeName 'LI' Main nav. dDelay 300 ActionFunction function node The first class is a special.. open else zEvent.currentTarget.nodeName 'UL' Sub nav. dDelay 0 ActionFunction function node node .show if GBL_bNoDefaultMenu..
jQuery hover dependent on two elements http://stackoverflow.com/questions/6132006/jquery-hover-dependent-on-two-elements function #snav .stop true true .slideUp 'fast' .removeClass open #snav ul .hide function MenuOpenCloseErgoTimer dDelay fActionFunction node if typeof this.delayTimer number clearTimeout this.delayTimer this.delayTimer '' if node this.delayTimer.. clearTimeout this.delayTimer this.delayTimer '' if node this.delayTimer setTimeout function fActionFunction node dDelay else this.delayTimer setTimeout function fActionFunction dDelay Note the extra operations required on #snav ul to cleanup.. setTimeout function fActionFunction node dDelay else this.delayTimer setTimeout function fActionFunction dDelay Note the extra operations required on #snav ul to cleanup after interrupted swaps between sub menus. share improve this..
How to allow for a default submenu on a jQuery hover menu http://stackoverflow.com/questions/6154631/how-to-allow-for-a-default-submenu-on-a-jquery-hover-menu #buttons li #snav ul .hover function zEvent MenuOpenCloseErgoTimer zEvent function MenuOpenCloseErgoTimer zEvent var dDelay var ActionFunction null if zEvent.type 'mouseenter' if zEvent.currentTarget.nodeName 'LI' Main nav. dDelay 300 ActionFunction.. var dDelay var ActionFunction null if zEvent.type 'mouseenter' if zEvent.currentTarget.nodeName 'LI' Main nav. dDelay 300 ActionFunction function node The first class is a special tie to a submenu if it exists var subnav 'ul.snav ' node.. #snav .stop true true .slideDown 'fast' .addClass open else zEvent.currentTarget.nodeName 'UL' Sub nav. dDelay 0 ActionFunction function node node .show if GBL_bNoDefaultMenu #snav .stop true true .slideDown 'fast' .addClass open..
|