Click here to Skip to main content
15,898,371 members

Comments by Brad Starbuck West (Top 2 by date)

Brad Starbuck West 26-Aug-13 11:55am View    
Sorry about that. New to posting on here. I will create a new question.
Brad Starbuck West 26-Aug-13 11:44am View    
That worked just like I wanted it to. I have a part 2 to the question. For long running queries I want to use

jQuery('#dlgReportResults').showLoading();
and
jQuery('#dlgReportResults').hideLoading();
from the jquery.showLoading.min.js addon.

Any suggestions here? I can do the showLoading, but how do I make the hideLoading part run when the response comes back?