CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
How to use mouseover event
shaifshahin
Permalink to comment
#
August 2012
in this link
http://jquerytools.org/demos/tabs/accordion-horizontal.html
tab working onclick, but i want use here mouseover event, how can i do that?
Cwapface
Permalink to comment
#
August 2012
You just have to add this to your options:
event: 'mouseover'
EDIT: Here is an
example
Add a Comment
tab working onclick, but i want use here mouseover event, how can i do that?
EDIT: Here is an example