if ($(this).attr("value") == "Comment" || $(this).text("value") == "留言") { should change this line to if ($(this).attr("value") == "Comment" || $(this).attr("value") == "留言") {
if ($(this).attr("value") == "Comment" || $ (this).text("value") == "留言") {
should change this line to
if ($(this).attr("value") == "Comment" || $ (this).attr("value") == "留言") {