ASP.NET MVC loading multiple partial views into a single div using JQuery
问题 I am working on a help page which is composed of a navigation tree, content box, and search box. The navigation tree has links to Frequently Asked Questions and Glossary, each of which are linked to an Action which return partial views. To the right of the navigation tree I have a single content div that I would like to contain whichever partial view is selected in the navigation tree. Success case (what I want to accomplish): clicking on one of the FAQ links calls the FAQ() method in my