Skip to content

Instantly share code, notes, and snippets.

@WebFikirleri
Last active December 16, 2015 11:49
Show Gist options
  • Save WebFikirleri/5429807 to your computer and use it in GitHub Desktop.
Save WebFikirleri/5429807 to your computer and use it in GitHub Desktop.
jq: ajax
$.ajax({
url : '',
type : 'POST',
data : {},
cache : false,
dataType : 'JSON',
async : false,
success : function(data) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment