<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>YrWeb.fr &#187; mootools</title>
	<atom:link href="http://yrweb.fr/tag/mootools/feed" rel="self" type="application/rss+xml" />
	<link>http://yrweb.fr</link>
	<description>Développement PHP &#38; Partage de connaissances</description>
	<lastBuildDate>Sun, 11 Dec 2011 17:44:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Une petite fonction utile pour faire clignoter des éléments</title>
		<link>http://yrweb.fr/6-une-petite-fonction-utile-pour-faire-clignoter-des-elements.htm</link>
		<comments>http://yrweb.fr/6-une-petite-fonction-utile-pour-faire-clignoter-des-elements.htm#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:42:56 +0000</pubDate>
		<dc:creator>Swifty_core</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[fonction]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://yrweb.fr/?p=6</guid>
		<description><![CDATA[Voici une petite fonction utile permettant de faire &#171;&#160;clignoter&#160;&#187; des éléments de manière récurrente. Il s&#8217;agit en fait d&#8217;un simple appel à la fonction highlight de mootools&#8230; window.addEvent&#40;'domready',function&#40;&#41;&#123; setInterval&#40;&#34;glowItems('.glow','#FFFFFF','#FFAA00');&#34;,1500&#41;; &#125;&#41;; function glowItems&#40;className,colorStart,colorEnd&#41;&#123; $$&#40;className&#41;.each&#40;function&#40;item&#41;&#123; item.highlight&#40;colorStart,colorEnd&#41;; &#125;&#41;; &#125; Exemple : Cette fonction peut &#234;tre utile dans un tableau o&#251; on certaines lignes ont besoin d&#8217;une attention particuli&#232;re...]]></description>
		<wfw:commentRss>http://yrweb.fr/6-une-petite-fonction-utile-pour-faire-clignoter-des-elements.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

