Hi, the ajaxStart function is not part of the Google Visualization API. It is part of jQuery, which is not made by Google. You can find the documentation for ajaxStart here <http://api.jquery.com/ajaxStart/>.
- Sergey On Thu, Sep 19, 2013 at 9:05 AM, khamosh <[email protected]> wrote: > hello every body > I'm using the API de google and I use the query (The Google Visualization > API Query Language) I want to know I can use this function de Ajax: > > $( document ).ajaxStart(function() { > $( "#loading" ).show(); > }); > $( document ).ajaxStart(function() { > $( "#loading" ).hide(); > }); > > if not, I want to know in the documentation de google we have a function > like this ?????? > > thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
