beh .. con google trovi molti risultati come ad es
http://api.jquery.com/load/dalla documentazione si vede che può eseguire un callback quando il caricamento è completato.
il callback sarà il refresh della pagina dopo 2 sec
.load( url [, data] [, complete(responseText, textStatus, XMLHttpRequest)] )
- urlA string containing the URL to which the request is sent.
- dataA map or string that is sent to the server with the request.
- complete(responseText, textStatus, XMLHttpRequest)A callback function that is executed when the request completes.
M.