I wanted to know if there was any way to navigate to a new URL using JavaScript with POST parameters.
I know with GET you can just append a param string on the URL using window.location.replace()
But is there any way to do this using POST to hide the parameters. Or with jQuery?
$("form").submit()