Skip to content

Mouseover & mouseout callbacks

Choose a tag to compare

@grimmdude grimmdude released this 21 Nov 01:12
· 13 commits to master since this release

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.