[jQuery 事件] mouseover(fn)

在每一个匹配元素的mouseover事件中绑定一个处理函数。

mouseover事件会在鼠标移入对象时触发

回值
jQuery

参数
fn (Function) : 在每一个匹配元素的mouseover事件中绑定的处理函数。