jquery mouseleave trigger when mouse went to fixed div code example
Example: on mouse not over jquiery
$( "#other" ).click(function() {
$( "#outer" ).mouseleave();
});
$( "#other" ).click(function() {
$( "#outer" ).mouseleave();
});