cotonti.com : Link control https://www.cotonti.com Son konu mesajları Cotonti en Tue, 14 Oct 2025 05:42:24 -0000 m_ogz Çrş, 18 Şub 2009 20:21:07 -0000 jslowik # diablo : since everyone using a scroll mouse and tabbed browser this feature seems useless. just mid click the link and u get your new tab.
I wouldn't use the word useless. But what diablo says has much merit. Tabbed browsing is the thing these days. If people click a link they'll either fully intend to navigate away from the page, or they'll just open the link in new tab.

Great idea though!]]>
Çrş, 18 Şub 2009 07:14:38 -0000
diablo Çrş, 18 Şub 2009 06:56:33 -0000 fedai header.tpl open:
search:
<link rel="stylesheet...
and add:
<script type="text/javascript" src=https://www.cotonti.com/"skins/yourskin/js/jquery.js"></script>
<script type="text/javascript" src=https://www.cotonti.com/"skins/yourskin/js/jquery.linkControl.js"></script>

<script type="text/javascript">
	$(document).ready(function(){
		// alert ('jQuery running');
		
		$('a.inline').linkControl({inline:true});
		$('a').linkControl({overlay:true, padding:5, bgColor:'#fff', borderColor:'#333'});
	});
</script>
(edit: skins/yourskin/...)
download
Screenshot: ]]>
Çrş, 18 Şub 2009 00:46:48 -0000