$('#thisdiv').load(document.URL + ' #thisdiv'); • Be sure to include a space before the id selector when concatenate.
setInterval(function() { $("#reloadContent").load(location.href+" #reloadContent>*",""); }, 200000);