My favorites
▼
|
Sign in
lineadecodigo
Web Code Samples in spanish
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lineadecodigo_web
/
WebContent
/
scripting
/
jQuery
/
marcar-enlaces-externos.html
r480
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Marcar enlaces externos</title>
<script type="text/javascript" src="http://lineadecodigo.com/js/jquery/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("a[target=_blank]").after("<img src='http://lineadecodigo.com/wp-content/uploads/2009/02/new_window.gif' title='new window'/>");
});
</script>
</head>
<body>
<h1>Marcar enlaces externos</h1>
<a href="http://www.google.com" title="Google" target="_blank">Google</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Código">Linea de Código</a><br/>
<a href="http://www.manualweb.net" title="Manual Web" target="_blank">Manual Web</a><br/>
<a href="http://www.w3api.com" title="W3Api" target="_blank">W3Api.com</a>
<br><br>
<hr>
Artículo disponible en: <a href="http://lineadecodigo.com/2009/02/19/marcar-enlaces-externos-con-jquery/">http://lineadecodigo.com/2009/02/19/marcar-enlaces-externos-con-jquery/</a><br/>
<a href="http://lineadecodigo.com" title="Linea de Codigo">lineadecodigo.com</a>
</body>
</html>
Show details
Hide details
Change log
r105
by vcuervo on Feb 18, 2009
Diff
Modificar enlaces externos con jQuery
Go to:
...ery/marcar-enlaces-externos.html
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 1247 bytes, 30 lines
View raw file
Powered by
Google Project Hosting