Skip to content

Instantly share code, notes, and snippets.

@efiku
Created January 24, 2016 22:22
Show Gist options
  • Save efiku/ec81d7b0c48171176da2 to your computer and use it in GitHub Desktop.
Save efiku/ec81d7b0c48171176da2 to your computer and use it in GitHub Desktop.
test
$.ajax({
type: 'post',
data: { ajax_get_messages: 0 },
success: function(response) {}
});
$.ajax({
type: 'post',
data: { ajax_kick_userid: USERID, ajax_kick_username: '*' },
success: function(response) {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment