0
kicks
Simple jQuery Delete Link For ASP.NET MVC
Any time you allow a GET request to modify data, you’re asking for trouble. The reason that delete operations deserve special attention is that it’s the most common case where you would use a link to change information. If you are using jQuery, one simple way to turn any link into a POST link