jquery笔记

1.jquery获取一个标签下的元素

 var getStopId = $(this).find(".Station").attr("id");

2.css样式改变

$("#nomessage").css("display", "block");

原文地址:https://www.cnblogs.com/wuchao/p/2590403.html