<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
	  xmlns:dc="http://purl.org/dc/elements/1.1/"
  	  xml:lang="en">
	<icon>http://www.supertopic.de/static/images/favicon.ico</icon>
	<logo>http://www.supertopic.de/static/images/feedlogo.gif</logo>
	<title type="text">Supertopic - MooTools: Problem using Tips and AJAX</title>
	<updated>2013-05-25T10:12:26+02:00</updated>
	<id>http://www.supertopic.de/</id>
	<link rel="self" type="application/atom+xml" href="http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176//atom/" />
	<link rel="alternate" type="text/html" href="http://www.supertopic.de/" />
	<generator uri="http://www.supertopic.de/">Supertopic.de</generator>
	
	<entry>
		<title type="html"><![CDATA[MooTools: Problem using Tips and AJAX]]></title>
		<link rel="alternate" href="http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post243007" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post243007</id>
		<published>2008-09-30T10:55:20+02:00</published>
		<updated>2008-09-30T10:55:20+02:00</updated>
		<author>
			<name>HardySim</name>
			
		</author>
		<dc:subject>Webentwicklung (Ajax)</dc:subject>
		<content type="html"><![CDATA[super!<br />
<br />
direkt erfolg gehabt ;) man kann sich doch immer auf supertopic verlassen.<br />
<br />
vielen dank! (hab seit 3 tagen da dran gehongen)<br />
<br />
wers dann noch braucht:<br />
<blockquote>tips: function(container)<br />
		{<br />
			container = '#' + container + ' .tip'; <br />
		<br />
			$$(container).each(function(element,index) {  <br />
				var content = element.get('title').split('::');  <br />
				element.store('tip:title', content[0]);  <br />
				element.store('tip:text', content[1]);  <br />
			 });<br />
				 <br />
			var tips = new Tips(container, {<br />
				className: 'tool-tip',<br />
				showDelay: 500,<br />
				hideDelay: 0,<br />
				maxTitleChars: 200<br />
			});<br />
		}</blockquote>]]></content>
	</entry>
	<entry>
		<title type="html"><![CDATA[MooTools: Problem using Tips and AJAX]]></title>
		<link rel="alternate" href="http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post243003" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post243003</id>
		<published>2008-09-30T10:45:45+02:00</published>
		<updated>2008-09-30T10:45:45+02:00</updated>
		<author>
			<name>timp</name>
			
		</author>
		<dc:subject>Webentwicklung (Ajax)</dc:subject>
		<content type="html"><![CDATA[Auf ein bestimmtes Element z.B. anhand einer ID kannst du einfach über <br />
<br />
$$('#meinAjaxContent .tip') zugreifen.<br />
<br />
Du musst das ganze aber nachdem du Daten per httprequest nachgeladen hast erneut aufrufen, <br />
also am besten per onComplete Event.]]></content>
	</entry>
	<entry>
		<title type="html"><![CDATA[MooTools: Problem using Tips and AJAX]]></title>
		<link rel="alternate" href="http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post242994" type="application/xhtml+xml" hreflang="en"/>
		<id>http://www.supertopic.de/forum/5/mootools-problem-using-tips-and-ajax-7176-1.html#post242994</id>
		<published>2008-09-30T10:08:25+02:00</published>
		<updated>2008-09-30T10:08:25+02:00</updated>
		<author>
			<name>HardySim</name>
			
		</author>
		<dc:subject>Webentwicklung (Ajax)</dc:subject>
		<content type="html"><![CDATA[Hey, ich hab schon an anderer Stelle gefragt aber ich kommen nicht weiter. Evtl hat hier ja ein schlauer Mensch eine Lösung parat ;)<br />
<br />
Schaut doch bitte mal hier rein (engl.) - antworten könnt ihr mir ja auch hier. Zur Not übersetz ich das ganze auch nochmal ;)<br />
<br />
<a href="http://www.mooforum.net/help12/problem-using-tips-and-ajax-t361.html#p1290">http://www.mooforum.net/help12/problem-using-tips-and-ajax-t361.html#p1290</a><br />
<br />
Wär super, wenn das jemand hinbekommt]]></content>
	</entry>
</feed>