$(function () { $("input[type=submit]").click(function () { var id = $(this).attr('id'); var name = $(this).attr('name'); }); })