贴吧删除显隐js控制
This commit is contained in:
parent
baeb3a0b58
commit
bf3696b595
|
@ -114,9 +114,9 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".homepagePostReplyDes").mouseover(function(){
|
$(".homepagePostReplyDes").mouseover(function(){
|
||||||
$(this).children().eq(1).children().eq(1).show();
|
$(this).find("a[id*='delete_memo_reply']").show();
|
||||||
}).mouseout(function(){
|
}).mouseout(function(){
|
||||||
$(this).children().eq(1).children().eq(1).hide();
|
$(this).find("a[id*='delete_memo_reply']").hide();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<div class="cl"></div>
|
<div class="cl"></div>
|
||||||
|
|
Loading…
Reference in New Issue