Submit your widget

Link external icon - jQuery plugin for show external link(target="_blank") icon

Created 13 years ago   Views 14854   downloads 1854    Author htmldrive
Link external icon - jQuery plugin for show external link(target="_blank") icon
View DemoDownload
169
Share |

This plugin add an icon opening a new window to each link

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