I have a list of items and each item has a Html.CheckBox. What is the best way to bind a ajax call to that checkbox. Is there a a sexy way "like" Ajax.ActionLink or just use jQuery for this?
So my question is: is there a MVC ajax way of doing this or do I just do this with jQuery.