This question has been asked a couple times but not answered in such a way that it can help me with my specific issue. From a nav list, on click of an item, I\'m loading som
$('#divId').html(someText).promise().done(function(){ //your callback logic / code here });