how to handle multiple events simultaniously
Hi
I use a setInterval function which calls an ajax request. Some times this ajax request takes some time to load and during that time, the mouse events lock so mouseleave, mouseenter etc do not work
Is there a smart way to make multiple events run at the same time in jquery. the setInterval function has to run every 30 seconds.
My problem relates to my work, so I cannot show you the code, but if you need further explanation - just ask