<?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>PokrovBlog &#187; JavaScript</title> <atom:link href="http://pokrovskii.com/category/javascript/feed/" rel="self" type="application/rss+xml" /><link>http://pokrovskii.com</link> <description>Веб-дизайн устами фрилансера, глазами дизайнера, и руками верстальщика</description> <lastBuildDate>Wed, 24 Feb 2010 22:00:57 +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>Как получить доступ К DOM родителя из iframe через jQuery</title><link>http://pokrovskii.com/kak-poluchit-dostup-k-dom-roditelya-iz-iframe-cherez-jquery/</link> <comments>http://pokrovskii.com/kak-poluchit-dostup-k-dom-roditelya-iz-iframe-cherez-jquery/#comments</comments> <pubDate>Wed, 12 Aug 2009 04:04:07 +0000</pubDate> <dc:creator>Максим Покровский</dc:creator> <category><![CDATA[JavaScript]]></category> <category><![CDATA[jquery]]></category> <category><![CDATA[snippets]]></category><guid
isPermaLink="false">http://pokrovskii.com/?p=227</guid> <description><![CDATA[$&#40;&#34;#someID&#34;, top.document&#41;;
]]></description> <content:encoded><![CDATA[<div
class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div
class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">&quot;#someID&quot;</span><span
style="color: #339933;">,</span> top.<span
style="color: #660066;">document</span><span
style="color: #009900;">&#41;</span><span
style="color: #339933;">;</span></div></div> ]]></content:encoded> <wfw:commentRss>http://pokrovskii.com/kak-poluchit-dostup-k-dom-roditelya-iz-iframe-cherez-jquery/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Как получить доступ к DOM iframe через jQuery</title><link>http://pokrovskii.com/kak-poluchit-dostup-k-dom-iframe-cherez-jquery/</link> <comments>http://pokrovskii.com/kak-poluchit-dostup-k-dom-iframe-cherez-jquery/#comments</comments> <pubDate>Mon, 10 Aug 2009 12:16:45 +0000</pubDate> <dc:creator>Максим Покровский</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[iframe]]></category> <category><![CDATA[jquery]]></category><guid
isPermaLink="false">http://pokrovskii.com/?p=225</guid> <description><![CDATA[
Iframe&#60;iframe id=&#34;i&#34; name=&#34;i&#34; frameborder=&#34;0&#34; allowtransparency=&#34;1&#34; src=&#34;form.php&#34;&#62;&#60;/iframe&#62;Содержимое iframe&#60;div id=&#34;j&#34;&#62;Абракабабра&#60;/div&#62;jQuery$&#40;'#i'&#41;.contents&#40;&#41;.find&#40;'#j'&#41;.html&#40;&#41;;]]></description> <content:encoded><![CDATA[<dl><dt><strong>Iframe</strong></dt><dd><div
class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div
class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #009900;">&lt;<span
style="color: #000000; font-weight: bold;">iframe</span> <span
style="color: #000066;">id</span><span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;i&quot;</span> <span
style="color: #000066;">name</span><span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;i&quot;</span> <span
style="color: #000066;">frameborder</span><span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;0&quot;</span> allowtransparency<span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;1&quot;</span> <span
style="color: #000066;">src</span><span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;form.php&quot;</span>&gt;&lt;<span
style="color: #66cc66;">/</span><span
style="color: #000000; font-weight: bold;">iframe</span>&gt;</span></div></div></dd><dt><strong>Содержимое iframe</strong></dt><dd><div
class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div
class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span
style="color: #009900;">&lt;<span
style="color: #000000; font-weight: bold;">div</span> <span
style="color: #000066;">id</span><span
style="color: #66cc66;">=</span><span
style="color: #ff0000;">&quot;j&quot;</span>&gt;</span>Абракабабра<span
style="color: #009900;">&lt;<span
style="color: #66cc66;">/</span><span
style="color: #000000; font-weight: bold;">div</span>&gt;</span></div></div></dd><dt><strong>jQuery</strong></dt><dd><div
class="codecolorer-container javascript default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div
class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">'#i'</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">contents</span><span
style="color: #009900;">&#40;</span><span
style="color: #009900;">&#41;</span>.<span
style="color: #660066;">find</span><span
style="color: #009900;">&#40;</span><span
style="color: #3366CC;">'#j'</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: #339933;">;</span></div></div></dd></dl> ]]></content:encoded> <wfw:commentRss>http://pokrovskii.com/kak-poluchit-dostup-k-dom-iframe-cherez-jquery/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item><div
id="sharepage"><div
class="title"><a
rel="nofollow" href="http://pokrovskii.com/goto/http://blog.sjinks.org.ua/php/wordpress/202-onebutton-better-version-of-odnaknopka/">Add to Social Bookmarks</a></div><ul
class="clearfix"><li
id="blink" title="Add to Blink"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;url={url}&amp;title={title}&amp;description={title}">Blink</a></li><li
id="delicious" title="Add to del.ici.ous"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://del.icio.us/post?url={url}&amp;title={title}">del.ici.ous</a></li><li
id="digg" title="Add to Digg"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://digg.com/submit?phase=2&amp;url={url}">Digg</a></li><li
id="furl" title="Add to Furl"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.furl.net/storeIt.jsp?u={url}&amp;t={title}">Furl</a></li><li
id="google" title="Add to Google"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://fusion.google.com/add?feedurl={url}">Google</a></li><li
id="simpy" title="Add to Simpy"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://simpy.com/simpy/LinkAdd.do?href=&amp;title={title}&amp;note={title}&amp;_doneURI={url}&amp;v=6&amp;src=bookmarklet">Simpy</a></li><li
id="spurl" title="Add to Spurl"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.spurl.net/spurl.php?v=3&amp;url={url}&amp;title={title}&amp;blocked={title}">Spurl</a></li><li
id="ymyweb" title="Add to Y! MyWeb"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://myweb2.search.yahoo.com/myresults/bookmarklet?u={url}&amp;t={title}&amp;d=&amp;ei=UTF-8">Y! MyWeb</a></li><li
id="bobrdobr" title="Add to BobrDobr"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://bobrdobr.ru/addext.html?url={url}&amp;title={title}">BobrDobr</a></li><li
id="mrwong" title="Add to Mister Wong"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.mister-wong.ru/index.php?action=addurl&amp;bm_url={url}&amp;bm_description={title}">Mr. Wong</a></li><li
id="yabm" title="Add to Yandex.Bookmarks"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl={url}&amp;lname={title}">Yandex.Bookmarks</a></li><li
id="text20" title="Add to Text 2.0"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://text20.ru/add/?source={url}&amp;title={title}&amp;text={title}">Text 2.0</a></li><li
id="news2" title="Add to News2"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://news2.ru/add_story.php?url={url}">News2</a></li><li
id="addscoop" title="Add to AddScoop"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://myscoop.ru/add/?URL={url}&amp;title={title}">AddScoop</a></li><li
id="ruspace" title="Add to RuSpace"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.ruspace.ru/index.php?link=bookmark&amp;action=bookmarkNew&amp;bm=1&amp;url={url}&amp;title={title}">RuSpace</a></li><li
id="rumarkz" title="Add to RUmarkz"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://rumarkz.ru/bookmarks/?action=add&amp;popup=1&amp;address={url}&amp;title={title}">RUmarkz</a></li><li
id="memori" title="Add to Memori"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://memori.ru/link/?sm=1&amp;u_data[url]={url}&amp;u_data[name]={title}">Memori</a></li><li
id="googlebm" title="Add to Google Bookmarks"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.google.com/bookmarks/mark?op=add&amp;bkmk={url}&amp;title={title}">Google Bookmarks</a></li><li
id="pisali" title="Add to Pisali"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://pisali.ru/load_article/">Pisali</a></li><li
id="smi2" title="Add to SMI 2"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://smi2.ru/add/">SMI 2</a></li><li
id="myplace" title="Add to Moe Mesto"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://moemesto.ru/post.php?url={url}&amp;title={title}">Moe Mesto</a></li><li
id="bm100" title="Add to Sto Zakladok"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.100zakladok.ru/save/?bmurl={url}&amp;bmtitle={title}">100 Zakladok</a></li><li
id="wow" title="Add to Vaau!"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://www.vaau.ru/submit/?action=step2&amp;url={url}">Vaau!</a></li><li
id="technorati" title="Add to Technorati"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://technorati.com/faves?add={url}">Technorati</a></li><li
id="rucity" title="Add to RuCity"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://rucity.com/bookmarks.php?action=add&amp;address={url}&amp;title={title}&amp;description={title}">RuCity</a></li><li
id="linkstore" title="Add to LinkStore"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://linkstore.ru/servlet/LinkStore?a=add&amp;url={url}&amp;title={title}">LinkStore</a></li><li
id="newsland" title="Add to NewsLand"><a
rel="external nofollow" href="http://pokrovskii.com/goto/http://newsland.ru/News/Add/type/news/">NewsLand</a></li></ul></div> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 15/21 queries in 0.188 seconds using disk

Served from: pokrovskii.com @ 2012-05-18 03:08:30 -->
