Skip to content

Instantly share code, notes, and snippets.

@zhiqinx
zhiqinx / keybase.md
Created September 15, 2019 01:31
keybase.md

Keybase proof

I hereby claim:

  • I am zhiqinx on github.
  • I am myewage (https://keybase.io/myewage) on keybase.
  • I have a public key ASDfcWhg1GZX3607Wprx2q8RIpTcN4InbpTDKBoXzfH4dgo

To claim this, I am signing this object:

@zhiqinx
zhiqinx / x.js
Last active January 28, 2016 23:52
function loadXMLDoc2()
{
var sellerID = document.getElementById("id").value;
var xmlhttp;
if (window.XMLHttpRequest)
{// code for IE7+, Firefox, Chrome, Opera, Safari
xmlhttp=new XMLHttpRequest();
}
else
{// code for IE6, IE5