SyntaxFix
Write A Post
Hire A Developer
Questions
var target = document.getElementById('appBusyIndicator');
is equal to
var target = $document[0].getElementById('appBusyIndicator');