Skip to content

Instantly share code, notes, and snippets.

View salgadobreno's full-sized avatar

Breno Santos Salgado salgadobreno

  • Origem Motos
  • Brasília, Brazil
View GitHub Profile
$(document).bind("ajax:before", function() {
console.log("ajax:before");
})
$(document).bind("ajax:beforeSend", function() {
console.log("ajax:beforeSend");
})
$(document).bind("ajax:success", function() {