Reputation: 25
I have created several elements with the class "pathelement". now i would like to output a line in the log when the mouse leaves .pathelement and does not go to a new .pathelement
$( ".pathelement" ).mouseleave(function() {
console.log("Lost");
});
Upvotes: 0
Views: 29