<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : User Friendly Links with jQuery</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 12 Apr 2026 08:17:54 -0000</pubDate>

		<item>
			<title>Gökhan YILDIZ</title>
			<description><![CDATA[<strong>User Friendly Links with jQuery</strong><br />
<br />
add your css file<br />
<pre class="code">
/* to define the general link */
a{
	color:#06F;
	text-decoration:underline;
}

/* General link: hover state to define */
a:hover{
	color:#0CF;
	text-decoration:noner;
}

/* General External Link Class */
a.externalLink {
	background:url(harici.gif) no-repeat right top;
	padding:0 13px 0 0;
}

/* PDF Link Class */
a.pdfLink {
	background:url(pdf.gif) no-repeat right top;
	padding:0 15px 0 0;
}

/* Word Link Class */
a.wordLink {
	background:url(word.gif) no-repeat right top;
	padding:0 15px 0 0;
}

/* External PDF Link Class */
a.pdfexternalLink {
	background:url(pdfexternal.gif) no-repeat right top;
	padding:0 25px 0 0;
}

</pre>
<br />
open your header.tpl and add to the appropriate place<br />
<pre class="code">&lt;script type=&quot;text/javascript&quot; src=https://www.cotonti.com/&quot;http://www.kralfutbol.com/js/jquery-1.3.1.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

//DOM Kullanılmak İçin Hazır
$(function() {
	//Select the Related Links
	//We have the appropriate Class Assignment.
	$('a&#091;href^=&quot;http&quot;&#093;').addClass('externalLink');
	$('a&#091;href$=&quot;.pdf&quot;&#093;').addClass('pdfLink');
	$('a&#091;href$=&quot;.doc&quot;&#093;').addClass('wordLink');
	$('a&#091;href$=&quot;.pdf&quot;&#093;&#091;href^=&quot;http&quot;&#093;').addClass('pdfexternalLink');

});
&lt;/script&gt;</pre>
<br />
Demo: <a href="http://www.oztecnic.com/wp-content/uploads/2009/03/userfriendlylinks_jquery.html" rel="nofollow">http://www.oztecnic.com/wp-content/uploads/2009/03/userfriendlylinks_jquery.html</a>]]></description>
			<pubDate>Thu, 11 Feb 2010 00:22:24 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5280&d=0#post22819]]></link>
		</item>
	</channel>
</rss>