Top "Jquery-post" questions

jQuery is a JavaScript library, consider also adding the JavaScript tag.

RedirectToAction not working after successful jquery ajax post?

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