Hi all,

I'm using "timers" plugin (http://plugins.jquery.com/project/timers),
so far it worked great. But lately, I'm having trouble with IE8 which
doesn't trigger everyTime event. This is the code which causes
trouble:

$(function() {
  $('.sidebar').everyTime(1000, function() {
     $('.sidebar').load('getjobs.php');
  });
});

Firefox, IE7 and Chrome updates the "sidebar" div every second, but
IE8 does not. Any ideas?

Petar

Reply via email to