<?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>chalda.it &#187; jQuery</title>
	<atom:link href="http://blog.chalda.it/tag/jquery/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chalda.it</link>
	<description>Appunti di viaggio di Chalda Pnuzig</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:24:21 +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>Come eseguire uno script all&#8217;uscita della pagina</title>
		<link>http://blog.chalda.it/come-eseguire-uno-script-alluscita-della-pagina-145.html#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.chalda.it/come-eseguire-uno-script-alluscita-della-pagina-145.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 23:13:41 +0000</pubDate>
		<dc:creator>chalda</dc:creator>
				<category><![CDATA[Manuali ed istruzioni]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.chalda.it/?p=145</guid>
		<description><![CDATA[Uscire da questa pagina? Premere OK per continuare o Annulla per rimanere nella pagina corrente. Quante volte abbiamo visto questo messaggio mentre cercavamo di uscire da una pagina? Non so voi, ma io molte In questo articolo parleremo di come aggiungere e personalizzare questo messaggio, rendendolo il meno intrusivo possibile. Innanzi tutto, a cosa serve? [...]]]></description>
		<wfw:commentRss>http://blog.chalda.it/come-eseguire-uno-script-alluscita-della-pagina-145.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Come accedere ad elementi in un iframe con jQuery</title>
		<link>http://blog.chalda.it/come-accedere-ad-elementi-in-un-iframe-con-jquery-16.html#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.chalda.it/come-accedere-ad-elementi-in-un-iframe-con-jquery-16.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 11:43:00 +0000</pubDate>
		<dc:creator>chalda</dc:creator>
				<category><![CDATA[Manuali ed istruzioni]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://chalda.it/blog/?p=16</guid>
		<description><![CDATA[Per accedere ad elementi interni di un iframecon jquery è semplicissimo. Supponiamo di avere un iframe di id="iframe" &#60;iframe id="iframe" ...&#62;&#60;/iframe&#62; E che l'iframe contenga un div di id="div" &#60;div id="div"&#62;Prova&#60;/div&#62; Per accedere all'elemento basta selezionare l'iframe, prenderne il contenuto e cercare l'elemento voluto: var $div = $('#iframe').contents().find('#div')); Con questo esempio potete accedere a qualsiasi [...]]]></description>
		<wfw:commentRss>http://blog.chalda.it/come-accedere-ad-elementi-in-un-iframe-con-jquery-16.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Eseguire un evento (click, hover, focus) con jQuery</title>
		<link>http://blog.chalda.it/eseguire-un-evento-click-hover-focus-con-jquery-14.html#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://blog.chalda.it/eseguire-un-evento-click-hover-focus-con-jquery-14.html#comments</comments>
		<pubDate>Tue, 28 Jul 2009 19:04:00 +0000</pubDate>
		<dc:creator>chalda</dc:creator>
				<category><![CDATA[Manuali ed istruzioni]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://chalda.it/blog/?p=14</guid>
		<description><![CDATA[Ogni tanto succede che abbiamo bisogno di eseguire una funzione associata ad un click senza che effettivamente il click venga dato. Un esempio: clicca pippo! &#60;a href="#" id="pippo" onclick="alert('Hai cliccato su pippo!')" &#62;clicca pippo!&#60;/a &#62; Ora proviamo invece a cliccare su Pluto. &#60;a href="#" id="pluto" onclick="jQuery('#pippo').trigger('click')"&#62;Pluto&#60;/a&#62; Come vedete cliccando su Pluto in questo modo viene [...]]]></description>
		<wfw:commentRss>http://blog.chalda.it/eseguire-un-evento-click-hover-focus-con-jquery-14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

