HTML:
7条回答 悲&欢浪女 (楼主) 2021-01-14 09:59 Use the following code: $(function(){ $("a").click(function(){ $(this).parents("li").hide(); }) }) http://jsfiddle.net/4yCux/1/ 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Use the following code:
$(function(){ $("a").click(function(){ $(this).parents("li").hide(); }) })
http://jsfiddle.net/4yCux/1/