Similar to the “add more experience” functionality in http://careers.stackoverflow.com/cv/edit, I want to provide a “Add another location” link which should display an additional row of a set of 4 dropdowns (country, state, city, region). I’m actually using the CascadingDropDown jQuery Plugin for ASP.NET MVC (http://weblogs.asp.net/rajbk/archive/2010/05/20/cascadingdropdown-jquery-plugin-for-asp-net-mvc.aspx) for my location dropdown functionality, but I need to give the user the ability to add multiple locations. What would be the easiest way to handle this in ASP.NET MVC and jQuery?
Similar to the add more experience functionality in http://careers.stackoverflow.com/cv/edit , I want to provide
Share
I ended up using this: http://charlie.griefer.com/blog/index.cfm/2009/9/17/jQuery–Dynamically-Adding-Form-Elements