<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires sur : Récupérer la valeur d&#8217;un select en Javascript</title>
	<atom:link href="http://www.benjaminbaudouin.com/recuperer-la-valeur-dun-select-en-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjaminbaudouin.com/recuperer-la-valeur-dun-select-en-javascript/</link>
	<description>blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:35:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Par : Cyril</title>
		<link>http://www.benjaminbaudouin.com/recuperer-la-valeur-dun-select-en-javascript/comment-page-1/#comment-3885</link>
		<dc:creator>Cyril</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.benjaminbaudouin.com/?p=3016#comment-3885</guid>
		<description>Super !
Avec  function $(id) { return document.getElementById(id); }
On a :
$(&#039;id&#039;).options[$(&#039;id&#039;).selectedIndex].value
et avec un seul appel :
e = $(&#039;id&#039;); 
e.options[e.selectedIndex].value;</description>
		<content:encoded><![CDATA[<p>Super !<br />
Avec  function $(id) { return document.getElementById(id); }<br />
On a :<br />
$(&#8216;id&#8217;).options[$('id').selectedIndex].value<br />
et avec un seul appel :<br />
e = $(&#8216;id&#8217;);<br />
e.options[e.selectedIndex].value;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
