Tim rơi lệ
[Code] Rút ngắn bài viết cùi bép
on 15/02/2014Tim rơi lệ
loading...
Mấy hôm nay méo có thử làm cái rút ngắn bài viết khá là cùi bép :v
Demo: http://fcamusement.forumvi.com/t69-topic (số 69 luôn kìa :v)
Chèn vào cuối view đầu view hay chỗ nào đó mà bạn thích trong view :v
- Code:
<script>if($('.post:first-child .post-entry').css('height')>'200px')
{
$('.post:first-child .post-entry').after('<div class="xemthemne">Click để xem thêm / ẩn đi nè :3</div>');
$('.xemthemne').click(function(){
$('.post:first-child .post-entry').toggleClass('meohachac');
});
}
else{$('.post:first-child .post-entry').after('');}
</script>
<style>.post-entry{overflow:hidden;max-height:201px}
.meohachac {max-height:inherit;}
.xemthemne {text-align: center;background: #a55cc2;color: #fff;font-weight: bold;line-height: 30px;cursor: pointer;}</style>
Nguồn Chinhphuc.info
No Comment.