My ASP.NET MVC has the need for a vertical navigation menu where submenus would be gene开发者_如何学JAVArated dynamically via ajax when the user clicks on the parent menu item. I would like to use jQuery and Css to drive the menu but that's just a preference.
I really don't want to reinvent the wheel here. I know this type of menu has been done before. For example, Deluxe Menu and Telerik (links are to their ajax menu demos) offer the functionality I'm after. Are there any free ajax menu plugins/samples available? How would you implement the menu?
Have you looked at the open source Telerik controls for MVC?
They are implemented very nicely, in pure MVC and use jQuery so are not bloated like some Webforms based products have been in the past.
Link: http://demos.telerik.com/aspnet-mvc/
精彩评论