How to add response delay for mouseenter without using setTimeout or hoverIntent plugin..?

How to add response delay for mouseenter without using setTimeout or hoverIntent plugin..?

$(".plus").mouseenter(function(){    
 var $header = [];                     
  $('.headerCls').each(function() {    
     $header.push($(this).html());     
 });