jQuery语法错误

sha*_*vid -2 javascript jquery syntax-error

$(document).ready(function(){
    $("#input_6_4\\.3_label").html("City/Borough");
    $("#input_6_8\\.3_label").html("City/Borough");

    $("#gform_next_button_6_42").click(function(){
        alert("hi");

    )};
});
Run Code Online (Sandbox Code Playgroud)

Firebug使用以上代码继续吐出语法错误,罪犯是这些字符:

)};
Run Code Online (Sandbox Code Playgroud)

什么是错的任何想法,因为代码对我来说似乎很好?