Created
February 6, 2012 02:38
-
-
Save gavinHuang/1749066 to your computer and use it in GitHub Desktop.
Javascript object and array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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