$("#mydiv").load(location.href + " #mydiv"); //this is actualy not so nice but it does the job.
$('#something').click(function() { location.reload(); });