function rateDeck() { $.getJSON('/meta/rate', {url: $('#ponyheadURL').val()}, function(data) { console.log(data); }); }