<?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; iframe</title>
	<atom:link href="http://blog.chalda.it/tag/iframe/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chalda.it</link>
	<description>Appunti di viaggio di Chalda Pnuzig</description>
	<lastBuildDate>Fri, 13 Aug 2010 20:02:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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&amp;utm_medium=feed&amp;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=&#8221;iframe&#8221; &#60;iframe id="iframe" ...&#62;&#60;/iframe&#62; E che l&#8217;iframe contenga un div di id=&#8221;div&#8221; &#60;div id="div"&#62;Prova&#60;/div&#62; Per accedere all&#8217;elemento basta selezionare l&#8217;iframe, prenderne il contenuto e cercare l&#8217;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>0</slash:comments>
		</item>
	</channel>
</rss>
