<?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>Mohammed CHERIFI &#187; JavaScript</title>
	<atom:link href="http://www.mcherifi.org/category/developpement-web/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mcherifi.org</link>
	<description>Another Web Developper Blog!</description>
	<lastBuildDate>Wed, 16 Jun 2010 17:11:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Javascript: comment récupérer le texte sélectionné</title>
		<link>http://www.mcherifi.org/developpement-web/javascript/javascript-comment-recuperer-le-texte-selectionne.html</link>
		<comments>http://www.mcherifi.org/developpement-web/javascript/javascript-comment-recuperer-le-texte-selectionne.html#comments</comments>
		<pubDate>Sat, 10 Oct 2009 00:35:49 +0000</pubDate>
		<dc:creator>Mohammed CHERIFI</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[javascript text selection]]></category>
		<category><![CDATA[récuperer selection]]></category>
		<category><![CDATA[selected text]]></category>

		<guid isPermaLink="false">http://www.mcherifi.org/?p=291</guid>
		<description><![CDATA[En javascript, parfois on a besoin de récupérer le texte sélectionné par le client, c&#8217;est souvent utilisé si vous développez votre propre éditeur wysiwig afin de mettre un texte en gras ou placer un lien hypertexte autour de votre sélection! 
Bref voici une fonction cross-browser qui vous permet cela!
Code : 

getSelectedText = function(){
   [...]]]></description>
		<wfw:commentRss>http://www.mcherifi.org/developpement-web/javascript/javascript-comment-recuperer-le-texte-selectionne.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
