Here's some pseudocode I want to use when the user clicks my deleteCustomer button: check that the user really wants to delete the customer ... AJAX call to retrieve Customer object .onsuccess (AJAX ...
Hello, I'm trying to use boomerang to also track timing for the ajax calls after page has loaded. I have put the start_timer(t_done) call in jquery's beforeSend function and done() when the request is ...