I solved it. It was caching problem, adding random query string does the thing:
$('.sidebar').load('getjobs.php?rnd=' + new Date().getTime() );
I solved it. It was caching problem, adding random query string does the thing:
$('.sidebar').load('getjobs.php?rnd=' + new Date().getTime() );