$( "#outer" ).mouseover(function() { $( "#log" ).append( "
Handler for .mouseover() called.
" ); });