How do I do a list of items in Jquery and get it on server side?
问题 I'm trying to make a list of items (telephones and dependents for a customer), for example, the user could include some number phones and remove others (maybe edit them if it is possible), like a list inside the record of customer. I'd like to know how can I do it on client side and get the list in server side ? Is there a jquery plugin or a best pratice to do it? P.S.: I'm using ASP.Net MVC 2. 回答1: I keep this example around to get me started, just put the proper stuff in the proper files