Skip to content

Instantly share code, notes, and snippets.

@hmert
Created June 23, 2010 08:09
Show Gist options
  • Save hmert/449624 to your computer and use it in GitHub Desktop.
Save hmert/449624 to your computer and use it in GitHub Desktop.
// gizli ajax manager kodlarım :D
var ajax = $.ajax,
pendingRequests = {},
synced = [],
syncedData = [],
ajaxRunning = [];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment