no mouse não sobre o jquiery

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