1.jquery获取一个标签下的元素
var getStopId = $(this).find(".Station").attr("id");
2.css样式改变
$("#nomessage").css("display", "block");