en ratón no sobre jquiery
$( "#other" ).click(function() {
$( "#outer" ).mouseleave();
});
Crazy Crane
$( "#other" ).click(function() {
$( "#outer" ).mouseleave();
});