<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [Q] How to Integrate the jQuery api / How to Tag?</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 17:57:28 -0000</pubDate>

		<item>
			<title>urlkiller</title>
			<description><![CDATA[got some idea. what about a plugin that modifies the &lt;header&gt; with the google apis link for the specific framework. so you would make the system more slim and the users could choose what framework should be used and included. even more then one include could be possible. maybe worth for the internal core system? or just on plugin more...?]]></description>
			<pubDate>Fri, 27 Mar 2009 12:53:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10556]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Sorry, No working.]]></description>
			<pubDate>Mon, 23 Mar 2009 18:16:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10408]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[Your actually calling the No Conflict to early. Your calling it before Jquery Is loaded, Put it right before &lt;/head&gt;]]></description>
			<pubDate>Mon, 23 Mar 2009 16:14:06 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10368]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[No I thought maybe it was a solution for my problem with <a href="http://www.cotonti.com/downloads/plugins/files-images/slimbox">slimbox plugin </a> and usergallery  of UrlKiller (with indexpicture)<br />
<br />
See <a href="http://www.kruisstraat89.be/" rel="nofollow">http://www.kruisstraat89.be/</a><br />
He opens the pictures on the left OK.<br />
But the pictures in the news not ok. Only if I delete the index-random-pictures.<br />
<br />
But the noconflict doesn't solve it.]]></description>
			<pubDate>Mon, 23 Mar 2009 05:19:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10353]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[It could be in a tpl directly, you just need &lt;script type=&quot;text/javascript&quot;&gt;jQuery.noConflict();&lt;/script&gt; before you load your JS files<br />
<br />
Documentation on it may be found here.<br />
<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries" rel="nofollow">http://docs.jquery.com/Using_jQuery_with_Other_Libraries</a><br />
<br />
I'm guessing your problem with Slimbox is it auto-opens URL's its possible if you read the documentation to change it so Slimbox only opens on specific URL's with a rel designated to them. I just chose the auto method as most would likely beable to use that no prob.]]></description>
			<pubDate>Mon, 23 Mar 2009 04:26:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10350]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[Where can I put the  jquery.NoConflict(); in a plugin?<br />
<br />
Does it matter where? Because I have problems with usergallery and slimbox plugin together.]]></description>
			<pubDate>Mon, 23 Mar 2009 02:48:39 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10343]]></link>
		</item>
		<item>
			<title>Kilandor</title>
			<description><![CDATA[I've had this issue with lombi, all you have to do before you load up any js at all for your plugin, like Usergal or whatever, call jquery.NoConflict(); (think thats it) then it won't have an problems and will work fine.]]></description>
			<pubDate>Sun, 22 Mar 2009 17:28:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10321]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[I guess it causes troubles for UserGal <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":-)" /><br />
<br />
Well, we could look into using jQuery in compatibility mode, but this way it wouldn't be so sexy. So we need to make a choice somehow: either stick with jQuery or not use any JS framework at all and leave it all for users. So far we have chosen first. If you have a specific plugin that uses, say, prototype.js, you can either find a similar jQuery plugin, or disable jQuery and use prototype - everything will work in this case, except for some tiny things that make life easier.]]></description>
			<pubDate>Sun, 22 Mar 2009 13:15:10 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10312]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[sounds cool, will take a look in that files...<br />
i was wondering about comp.problems if a plugin needs to integrate a specific verison of jquery or something else like mootools or scriptacoulus...]]></description>
			<pubDate>Sat, 21 Mar 2009 06:27:25 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10255]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[jQuery is just jQuery, so the best is <a href="http://docs.jquery.com/Main_Page" rel="nofollow">jQuery Docs</a>. If you wonder what is special for Cotonti, take a look at <em>js/base.js</em> (though it is not very jquerish).<br />
<br />
As for tags, you can find API reference in <a href="http://www.cotonti.com/docs/en/code_reference">code reference</a>, a series of function named sed_tag*. A good example of its use is the <em>plugins/tags</em> itself because it is implemented as a plugin for that API.]]></description>
			<pubDate>Sat, 21 Mar 2009 04:05:45 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10243]]></link>
		</item>
		<item>
			<title>urlkiller</title>
			<description><![CDATA[is there any documentation on this yet?<br />
was wondering because integrating the system as much as possible the same goes for the use of tags there anything?]]></description>
			<pubDate>Fri, 20 Mar 2009 12:13:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=2397&d=0#post10219]]></link>
		</item>
	</channel>
</rss>