<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Jquery and Smarty</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 18:22:34 -0000</pubDate>

		<item>
			<title>GHengeveld</title>
			<description><![CDATA[You can combine the 4 javascript blocks into a single block:<br />
<br />
<div class="highlight"><pre class="js">&lt;script type=&quot;text/javascript&quot;&gt;
$(function () {
        $('#basicCube').imagecube({imagePath: 'img/'});
        $('#basicCube2').imagecube({imagePath: 'img/'});
        $('#basicCube3').imagecube({imagePath: 'img/'});
        $('#basicCube4').imagecube({imagePath: 'img/'});
});
&lt;/script&gt;</pre></div>
<br />
Even better with document.ready check:<br />
<br />
<div class="highlight"><pre class="js">&lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() {
        $('#basicCube').imagecube({imagePath: 'img/'});
        $('#basicCube2').imagecube({imagePath: 'img/'});
        $('#basicCube3').imagecube({imagePath: 'img/'});
        $('#basicCube4').imagecube({imagePath: 'img/'});
});
&lt;/script&gt;</pre></div>]]></description>
			<pubDate>Pzt, 28 Şub 2011 05:20:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6185&d=0#post28649]]></link>
		</item>
		<item>
			<title>sosnix</title>
			<description><![CDATA[Hi, <br />
I have problem with working jquery script. jCube script, so I can see image but they are no working well, they are doesnt work.<br />
<br />
In HTML file the script is working very well! <br />
<br />
Everythink is working fine only script doesnt work!~Why?<br />
Please help me!<br />
<br />
TPL file from cms Cotonti. header.tpl<br />
<a href="http://pastebin.com/dfxt13dB" rel="nofollow">http://pastebin.com/dfxt13dB</a><br />
and<br />
perfect working html file!<br />
<a href="http://pastebin.com/bTF54LP1" rel="nofollow">http://pastebin.com/bTF54LP1</a><br /><br /><b>Added 3 minutes later:</b><br /><br />ok topic going to trash.<br />
Path to js files was wrong.]]></description>
			<pubDate>Cum, 25 Şub 2011 08:08:12 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6185&d=0#post28561]]></link>
		</item>
	</channel>
</rss>