jquery学习心得

$("p").click(function(){
$(this).hide();
});

这个hide相当于$(this).css("display", "none");

标签区域也不显示 

posted @ 2018-08-06 12:55  laugh苍生  阅读(759)  评论(0编辑  收藏  举报