MVC3-Ajax.ActionLink

Für die folgenden:

@Ajax.ActionLink("Delete", "Delete", "AdminGroup", new { id = item.AdminGroupId }, new AjaxOptions { Confirm = "Delete?", HttpMethod = "Delete", OnSuccess = "function() { $(this).parent().parent().remove() }" })

OnSuccess zu bekommen ist, errored out. bitte helfen Sie.
Dank

InformationsquelleAutor ShaneKm | 2011-02-02
Schreibe einen Kommentar