| P Element - (X)HTML Diagram (Photo credit: Mr_Stein) |
Copy dan paste scriptnya di bagian body atau sebelum tag </body>
<script type='text/javascript'>
//CDATA[
jQuery('a').each(function() {
// Let's make external links open in a new tab.
var href = jQuery(this).attr('href');
if (typeof href != 'undefined' && href != "" && (href.indexOf('http://') != -1 || href.indexOf('https://') != -1) && href.indexOf(window.location.hostname) == -1) {
jQuery(this).attr("target", "_blank");
}
});
//]]>
</script>
0 komentar:
Posting Komentar