JQuery live mouseenter delay?

Mouseenter: function() { setTimeout(function(){ //your code }, 2000); }.

This didn't work.. – kinsey Sep 9 at 20:43 this should work :P maybe with the emendation of declaring a var $this = $(this) and using that in your current code where you have $(this) – Joseph Sep 9 at 20:46 Still Didn't work.. It works if I just put alert('test'); but not if I paste in the rest of my code – kinsey Sep 9 at 20:51 put before that setTimeout var $this = $(this) and replace everything $(this) to $this – genesis Sep 9 at 21:12.

This does not work, first thing I tried.. – kinsey Sep 9 at 20:43.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions