<code>
bên trong một vùng <div>
trở thành một từ khóa cho các trang kết quả tìm kiếm trên trang web của bạnJavascript:
<script>//<![CDATA[HTML:
$(function() {
$('div.post-body').children('code').each(function() {
$(this).replaceWith(function() {
return $('<a href="http://nhatchanh.info/p/search-results.html?q=' + $(this).text() + '" target="_blank" title="Tìm từ khóa này"><code>' + $(this).html() + '</code></a>');
});
});
});
//]]></script>
<div class="post-body">
Thủ thuật <code>Blogger</code>
</div>
Post a Comment