Skip to content

Instantly share code, notes, and snippets.

@slanterns
Forked from l04m33/vote.js
Created March 30, 2016 14:13
Show Gist options
  • Save slanterns/8066bed3981ea57c070a48ce677a6813 to your computer and use it in GitHub Desktop.
Save slanterns/8066bed3981ea57c070a48ce677a6813 to your computer and use it in GitHub Desktop.
var dc = new DataCollection();
dc.add("ID", "45115");
Server.sendRequest("SupportOppose.voteOppose", dc, function(res) { console.log(res); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment