I solved it. It was caching problem, adding random query string does
the thing:

$('.sidebar').load('getjobs.php?rnd=' + new Date().getTime() );

Reply via email to