Skip to content

Instantly share code, notes, and snippets.

@nimaa77
Created November 8, 2018 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nimaa77/8676d1a19a3886e273df37b2598ff45a to your computer and use it in GitHub Desktop.
Save nimaa77/8676d1a19a3886e273df37b2598ff45a to your computer and use it in GitHub Desktop.
$.post("demo_post.asp", {},
function(data,status){
$("#demo").html(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment