$(document).ready(function () {
    $("save").click(function () {
        alert(1);
    });
});
