jquery笔记

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

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

2.css样式改变

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

 

posted @ 2012-07-13 16:01  Uoolo  阅读(450)  评论(0编辑  收藏  举报