css - add delay to this jquery on hover -
I am using this code:
var timeout = 500; Win cell = 0; Var ddmenuitem = 0; Function navBar_open () {navBar_canceltimer (); NavBar_close (); Ddmenuitem = $ (this) .find ('ul'). CSS ('visibility', 'view');} function navBar_close () {if (ddmenuitem) ddmenuitem.css ('visibility', 'hidden');} function navbar_timer () {closet = window.settime (navBar_close, timeout) ;} NavBar_canceltimer () {if (colitimer) function {window.clearTimeout (collater); Close ('mouseover', navbar_open) / mouseover $ ('# nebra & gt; Lee'). $ (Document) .ready (function () {$ ('# navBar & gt; li'). Bind ('Mouout', Navibar_time)}); // Mouseout document. Click on = navbar_coll;
Which works fine
What do I want to do that adds delay to the mouseover event
I will be honest, Found on other sites and it does not fully understand how it works.
I think that when users exit the mushrooms, then the navBar_timer function, which adds some delay before the dropdown menu
thanks
Thank you
This is what you are searching for ... click < / P>
Comments
Post a Comment