Use load callback
$("#tempMain").load($(this).attr("href"),function(){ resizeDivs(); // do other stuff load is completed });