Opened 16 years ago
Closed 16 years ago
#294 closed feature (worksforme)
hoverClass
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | event | Version: | |
Keywords: | hover hoverclass mouseover mouseout | Cc: | |
Blocked by: | Blocking: |
Description
It would be nice if there was a feature called hoverClass. Which would simply add a class on a mouseover event and remove it on mouseout. The source would then look like something like:
$("h3").hoverClass("over");
This offcourse would add the class "over" to the h3-element on mouseover and remove it on mouseout.
Note: See
TracTickets for help on using
tickets.
This can be easily added if needed, try this (tested):