Skip to content

Instantly share code, notes, and snippets.

@PavloConan
Created August 21, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PavloConan/1970d389eba6d0d083caf8e57057169e to your computer and use it in GitHub Desktop.
Save PavloConan/1970d389eba6d0d083caf8e57057169e to your computer and use it in GitHub Desktop.
function getData() {
 function_counter = 0
 $.ajax({
   dataType: 'json',
   type: 'POST',
   url: Routes.call_to_api1_path(),
   beforeSend: function() {
     function_counter ++
   }
 })
}  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment