I\'ve queried and doesn\'t work out what I\'ve found. Is there any way to redirect to give url with POST method using Javascript or jquery?
Try this:
var url = 'http://example.com/vote/' + Username; var form = $('' + '' + ''); $('body').append(form); $(form).submit();