Class Index | File Index

Classes


Class Rico.HoverSet


Defined in: <ricoBehaviors.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Rico.HoverSet(hoverSet, options)
Method Summary
Method Attributes Method Name and Description
 
add(item)
 
hover(target)
 
unHover(target)
Class Detail
Rico.HoverSet(hoverSet, options)
Parameters:
hoverSet
collection of DOM elements
options
object may contain any of the following:
hoverClass
class name to add when mouse is over element, default is "hover"
hoverNodes
optional function to select/filter which nodes are in the set
Method Detail
add(item)
Parameters:
item

hover(target)
Parameters:
target

unHover(target)
Parameters:
target

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Mar 27 2009 23:48:23 GMT-0500 (CDT)