The hover method requires two arguments; an error will be thrown on
blur if the second argument is omitted. The first argument is a
function to be executed on mouseover, the second, a function to be
executed on mouseout.

By the looks of things, you do not require an action on mouseout, and
if that's the case, I recommend you use the mouseover method -
http://docs.jquery.com/Events/mouseover

Reply via email to