Moved out of the event merged together

$ ( "Father.") mouseenter (function () {. 
Alert ( "Hello son");
});
. $ (. "Father") MouseLeave (function () {
Alert ( "son, my father is gone." );
});

combined together:

$ ( "Father.") hover. (function () { 
Alert ( "Hello son");
}, function () {
Alert ( "son, my father is gone");
});

Guess you like

Origin www.cnblogs.com/duokexiao/p/11294889.html
Recommended