Skip to content

Instantly share code, notes, and snippets.

@Qiki
Qiki / gist:62bb114f98048684faf0e0691cd6140b
Created September 29, 2016 15:48
another way of ajax
//
//
//
//var s_ajaxListener = new Object();
//s_ajaxListener.tempOpen = XMLHttpRequest.prototype.open;
//s_ajaxListener.tempSend = XMLHttpRequest.prototype.send;
//
//XMLHttpRequest.prototype.open = function(a,b) {
// if (!a) var a='';
// if (!b) var b='';