This code causes a pop-up window several times, although it should only be one, help me figure out, please.
$(".node").mouseenter (function() { $(".node").mouseup (function() { var target = "index"; alert('Скинул'); }); }); This code causes a pop-up window several times, although it should only be one, help me figure out, please.
$(".node").mouseenter (function() { $(".node").mouseup (function() { var target = "index"; alert('Скинул'); }); }); Source: https://ru.stackoverflow.com/questions/20188/
All Articles