I need to trigger a method when a hover is made on a button for continous 1000 ms. Whenever hover is on other elements then timeout
should be reset. How do I implement such thing using javascript/ jquery ?
Preferred solution would be one not requiring use of new plugin.