<?xml version="1.0" encoding="UTF-8" ?>
<!-- RSS generated by PHPBoost on Sat, 11 Apr 2026 05:34:20 +0200 -->

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Documentation]]></title>
		<atom:link href="https://www.sthda.com/french/syndication/rss/wiki/8" rel="self" type="application/rss+xml"/>
		<link>https://www.sthda.com</link>
		<description><![CDATA[Derniers articles de la catégorie jquery]]></description>
		<copyright>(C) 2005-2026 PHPBoost</copyright>
		<language>fr</language>
		<generator>PHPBoost</generator>
		
		
		<item>
			<title><![CDATA[Intoduction à jquery]]></title>
			<link>https://www.sthda.com/french/wiki/intoduction-a-jquery</link>
			<guid>https://www.sthda.com/french/wiki/intoduction-a-jquery</guid>
			<description><![CDATA[Biblioth?que javascript libre<br />
<br />
<strong>T?l?chargement </strong>:<a href="http://jquery.com/"> cliquez-ici</a><br />
<strong>Int?gration ? la page web :</strong><br />
<span class="formatter-code">Code HTML :</span><div class="code"><pre style="display:inline;"><pre class="html" style="font-family:monospace;"><span style="color: #009900;"><<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"text/javascript"</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"jquery.js"</span>><<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>></span></pre></pre></div><br />
<br />
<strong>Int?gration ? la page via google</strong><br />
Cela peut apporter un avantage de rapidit?.<br />
<span class="formatter-code">Code HTML :</span><div class="code"><pre style="display:inline;"><pre class="html" style="font-family:monospace;"><span style="color: #009900;"><<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"text/javascript"</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"</span>><<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>></span></pre></pre></div><br />
<br />
<h3 class="formatter-title">Quelques m?thodes</h3><br />
<span class="formatter-code">Code HTML :</span><div class="code"><pre style="display:inline;"><pre class="html" style="font-family:monospace;">&nbsp;
<span style="color: #009900;"><<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">"titre"</span>></span>J'aime les frites.<span style="color: #009900;"><<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>></span>
&nbsp;</pre></pre></div><br />
<span class="formatter-code">Code JAVASCRIPT :</span><div class="code"><pre style="display:inline;"><pre class="javascript" style="font-family:monospace;">&nbsp;
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#titre'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// S?lectionne notre balise mais ne fait rien.</span>
alert<span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#titre'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Affiche le contenu "J'aime les frites."</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#titre'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'Je mange une pomme'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Remplace le contenu ("J'aime les frites.") par "Je mange une pomme".</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#titre'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span>$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'title'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">html</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Remplace le contenu par le titre de la page (contenu dans la balise <title>).</span>
&nbsp;</pre></pre></div>]]></description>
			<pubDate>Wed, 10 Nov 2010 18:55:42 +0100</pubDate>
			
		</item>
		
		<item>
			<title><![CDATA[jquery]]></title>
			<link>https://www.sthda.com/french/wiki/jquery</link>
			<guid>https://www.sthda.com/french/wiki/jquery</guid>
			<description><![CDATA[JQUERY]]></description>
			<pubDate>Wed, 10 Nov 2010 17:14:03 +0100</pubDate>
			
		</item>
		
	</channel>
</rss>
