Skip to content

Releases: grimmdude/jQuery-menuFlip

Fix for bower package

28 Jan 04:37
Compare
Choose a tag to compare

Mouseover & mouseout callbacks

21 Nov 01:12
Compare
Choose a tag to compare

In this release two new events have been added to the list of available options.

{
'mouseover' : function() {},
'mouseout' : function() {}
}

They're fairly self explanatory, fired at menu item mouseover and mouseout resepectively.