на мышью не из -за jquiery

$( "#other" ).click(function() {
  $( "#outer" ).mouseleave();
});
Crazy Crane