How often do you use the stylus in your Samsung Galaxy NoteNote II

Poll
function fetchPollResults(poll_id) {
$.get(
‘/phones/action/getwidget/widget/poll/poll_id/’+poll_id+’/results/show’,
{},
function(res) {
$(‘#wg_poll_’+poll_id).html(res);
},
‘html’
);
}
$(‘#wg_poll_184 input’).click(function (){
var sz = $(‘#wg_poll_184 input:checked’).size();
if (sz == 0) return;
$(‘#wg_poll_184 .poll_vote’).removeClass(‘s_button_1_disabled’);
$(‘#wg_poll_184 .poll_vote’).addClass(‘s_button_1_blue’);
});
$(‘#wg_poll_184 .poll_vote’).click(function (){
var sz = $(‘#wg_poll_184 input:checked’).size();
if (sz == 0) {
showError(‘Please, select one option.’);
return;
}
$(this).hide();
var a = $(‘#wg_poll_184 form’).serialize();
pollVote(a
, function (result){
if (!result.code) {
showError(result.message);
} else {
fetchPollResults(184);
}
});
});
$(‘#wg_poll_184 .poll_results’).click(function (){
$(this).html(‘

‘);
fetchPollResults(184);
});
How often do you use the stylus in your Samsung Galaxy NoteNote II
0 comments: