1.jquery获取一个标签下的元素
var getStopId = $(this).find(".Station").attr("id");
2.css样式改变
$("#nomessage").css("display", "block");
本文共 189 字,大约阅读时间需要 1 分钟。
1.jquery获取一个标签下的元素
var getStopId = $(this).find(".Station").attr("id");
2.css样式改变
$("#nomessage").css("display", "block");
转载于:https://www.cnblogs.com/wuchao/archive/2012/07/13/2590403.html