Tìm kiếm

Sử dụng JQuery để mở link ngoài bằng cửa sổ trình duyệt mới



ằng cách sử dụng JQuery các liên kết ngoài trong bài viết sẽ được mở tại cửa sổ trình duyệt (tab) khác, trong khi bài viết gốc vẫn giữ nguyên hay vì bị chèn bởi link liên kết ngoài.

Cách thực hiện như sau:
1. Truy cập vào Blogger:
- Bạn truy cập vào tài khoản Blogger: Bảng điều khiển (Dashboard) ..>>.. Thiết kế (Design) ..>>..Chỉnh sửa HTML (Edit HTML)
- Tìm (Ctrl-F) đoạn tag </head>

2. Chèn mã JQuery:

- Dán vào trước đoạn tag </head> đoạn mã dưới đây:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<script type="text/javascript">
/*

jQuery - External Links
Created by Andrea Cima Serniotti - http://www.madeincima.eu

*/


$(document).ready(function () {

// ---- External Links -------------------------------------------------------------

$("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])").attr("target","_blank").attr("title","Opens new window").addClass("external");

});
</script>

<style type="text/css">
.external{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvwUV1lKR2R9XkpmdCUV3yPavhR24zoyiOjQeM4x_7wgv-Q3ehv2CVV4H1o4IF8xtdzzLVZXkoh0eyye4yu04p4lyHVFizIxnH4cFLG9enu-6orkYOKzvc7udH9aCaHv_G9H6mJWNyri0/s1600/external_link.gif) top right no-repeat;padding-right:18px}
</style>

* LƯU FILE JS.
http://www.mediafire.com/?qblyiq4f57ds1w3
http://www.ziddu.com/download/13289692/jquery.min.rar.html
http://www.2shared.com/document/FZskMJr5/jquerymin.html
* LƯU FILE GIF
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvwUV1lKR2R9XkpmdCUV3yPavhR24zoyiOjQeM4x_7wgv-Q3ehv2CVV4H1o4IF8xtdzzLVZXkoh0eyye4yu04p4lyHVFizIxnH4cFLG9enu-6orkYOKzvc7udH9aCaHv_G9H6mJWNyri0/s1600/external_link.gif
http://i380.photobucket.com/albums/oo241/aqmin/1choiblog-skin/external_link.gif



Responses

0 Respones to "Sử dụng JQuery để mở link ngoài bằng cửa sổ trình duyệt mới"

Đăng nhận xét

 
Return to top of page Copyright © 2010 | Platinum Theme Converted into Blogger Template by HackTutors