Skip to content

Instantly share code, notes, and snippets.

@gavinHuang
Created February 6, 2012 02:38
Show Gist options
  • Save gavinHuang/1749066 to your computer and use it in GitHub Desktop.
Save gavinHuang/1749066 to your computer and use it in GitHub Desktop.
Javascript object and array
var objectA = {};
var arrayA = [];
//non-ie(<8)
JSON.stringfy(objectA);
$.ajaxStart/ $.ajaxStop fires every time (may be several request per time) request start/stop
$.ajaxSend/ $.ajaxComplete fires every request were send/complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment