jQuery is a JavaScript library, consider also adding the JavaScript tag.
The following does not redirect my page: Here is the MVC code: [HttpPost] public ActionResult GoHome() { return RedirectToAction("Index", "Home"); } …
c# jquery post asp.net-mvc-2 jquery-post