Link external icon

This's jQuery plugin for show external link(target="_blank") icon

Demo

More script and css style : www.htmldrive.net

More script and css style : www.htmldrive.net

Help

Step1:include js.

<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/link_external_icon.js"></script>

Step2:add script.

	$(function() {
		$("body").link_external_icon({
			icon_path:"images/link_external.png"
		});
	});
Tips: $("body") is work area; icon_path is icon path

More script and css style : www.htmldrive.net

Copyright 2010 htmldrive.net Inc.

@projectHomepage http://www.htmldrive.net/go/to/link-external-icon

@projectDescription Show external link icon

@author htmldrive.net

More script and css style : htmldrive.net

@version 1.0

@license http://www.apache.org/licenses/LICENSE-2.0