$(document).ready(function () { $('table.values tr').click(function () { $.get("/Task/Edit/", { TaskId: $(this).find('input.rowID').val() }); }); });