You can initialize #text61 to blank right at the beginning of the onReady() function like this:
$('#text61').text = '';
Then, you won’t see this field displayed until the query is finished.
You can initialize #text61 to blank right at the beginning of the onReady() function like this:
$('#text61').text = '';
Then, you won’t see this field displayed until the query is finished.