Answer the question
In order to leave comments, you need to log in
Why doesn't Balabolka support Split View in Windows 10 pro?
Why doesn't the Balabolka program support Split View in Windows 10 pro , unlike other programs? What could be causing this problem?
Answer the question
In order to leave comments, you need to log in
If I understood the idea correctly, then this is how it should work. the code is almost equivalent to yours. the second function is triggered when the cursor leaves the menu
$(document).ready(function () {
$('#menu .dropdown >.dropdown-menu').on(
{
mouseenter: function () {
$("#menu .dropdown .dropdown-toggle").after('<div id="menu_background"></div>');
},
mouseout: function () {
$("#menu_background").remove();
}
}
);
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question