Khung chứa code với phân biệt từng loại code giúp blog bạn chuyên nghiệp, dễ dàng hơn trong việc chia sẻ các thủ thuật.
$('.comment_wrap .comment_body p').html(function (i, h) {
temp = h.toLowerCase();
index = temp.indexOf('@<a href="#c');
if (index != -1) {
index_tail = temp.indexOf('</a>', index);
if (index_tail != -1) {
h = h.substring(0, index) + h.substring(index_tail + 4)
}
}
return h
});
.comment_inner {
padding: 15px;
margin: 5px 0px;
border: 1px solid #EEE;
}
<div class='komentare' title='Recent Comments'>
<i class='icon komentar-ico'/><div id='total'/></div>
<div id='recent_comments'/>
</div>
$(function () {
$('.top').click(function () {
$('html, body').animate({
scrollTop: 0
}, 'slow');
return false
})
});
$(function () {
$('.top').click(function () {
$('html, body').animate({
scrollTop: 0
}, 'slow');
return false
})
});
$(function () {
$('.top').click(function () {
$('html, body').animate({
scrollTop: 0
}, 'slow');
return false
})
});
This is dummy text. It is not meant to be read. Accordingly, it is difficult to figure out when to end it. But then, this is dummy text. It is not meant to be read. Period.