var webPage = require('webpage');
var page = webPage.create();
page.includeJs('http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js', function() {
console.log('post:');
$jQuery.post("http://httbpin.org/post", function(data) {
console.log(data);
});
});