How is Obi-Wan so far? Good Bad Vote View Results How is Obi-Wan so far? - Results (44 votes) Good 75% (33 votes) 33 Bad 25% (11 votes) 11 Show Voting Form function poll_vote() { var vote_option = $("input[name='poll_vote']:checked").val(); if(!vote_option) return; $.ajax({ type: 'POST', url: '/ajax/forum_poll_vote', data: { option: vote_option, board: '400', topic: '80042352', message: '0', key: '81f365e9' }, success: function(response) { if(response.error) { alert(response.error); } else { $("#poll_vote").hide(); $("#poll_results").html(response.html).show(); } } }); } function view_results_legacy() { $("#poll_vote").hide(); $("#poll_results").show(); } function hide_results_legacy() { $("#poll_results").hide(); $("#poll_vote").show(); } It's pretty good --- Cyberpunk 2077 is a 7/10. Get over it.