<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Copying jQuery UI styles and Detecting CSS Loading</title>
	<atom:link href="http://bililite.nfshost.com/blog/2009/06/24/copying-jquery-ui-styles-and-detecting-css-loading/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.nfshost.com/blog/2009/06/24/copying-jquery-ui-styles-and-detecting-css-loading/</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:24:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 20 Ba?ar?l? jQuery Kaynaklar? &#124; internet, tasar?m, teknoloji ve kültür</title>
		<link>http://bililite.nfshost.com/blog/2009/06/24/copying-jquery-ui-styles-and-detecting-css-loading/comment-page-1/#comment-10156</link>
		<dc:creator>20 Ba?ar?l? jQuery Kaynaklar? &#124; internet, tasar?m, teknoloji ve kültür</dc:creator>
		<pubDate>Mon, 07 Nov 2011 23:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=844#comment-10156</guid>
		<description>[...] More Information on Copying jQuery UI styles and Detecting CSS Loading [...]</description>
		<content:encoded><![CDATA[<p>[...] More Information on Copying jQuery UI styles and Detecting CSS Loading [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2009/06/24/copying-jquery-ui-styles-and-detecting-css-loading/comment-page-1/#comment-678</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 20 Jul 2009 17:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=844#comment-678</guid>
		<description>@John:
The problem is that the jQuery UI CSS is hosted on google.com, so I can&#039;t do a &lt;code&gt;$.get&lt;/code&gt; for it; that would violate the &quot;same-origin&quot; security policy.
--Danny</description>
		<content:encoded><![CDATA[<p>@John:<br />
The problem is that the jQuery UI CSS is hosted on google.com, so I can&#8217;t do a <code>$.get</code> for it; that would violate the &#8220;same-origin&#8221; security policy.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://bililite.nfshost.com/blog/2009/06/24/copying-jquery-ui-styles-and-detecting-css-loading/comment-page-1/#comment-673</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 19 Jul 2009 22:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=844#comment-673</guid>
		<description>Why not:

$(&#039;#switcher&#039;).themeswitcher({
		onClose: function () {
			$.get(&quot;example.css&quot;, function(css) {
				$(&#039;&#039;).html(css).appendTo(&quot;head&quot;);
			});
		}
	}).ready(function() {
		$.get(&quot;example.css&quot;, function(css) {
			$(&#039;&#039;).html(css).appendTo(&quot;head&quot;);
		});
	});</description>
		<content:encoded><![CDATA[<p>Why not:</p>
<p>$(&#8216;#switcher&#8217;).themeswitcher({<br />
		onClose: function () {<br />
			$.get(&#8220;example.css&#8221;, function(css) {<br />
				$(&#8221;).html(css).appendTo(&#8220;head&#8221;);<br />
			});<br />
		}<br />
	}).ready(function() {<br />
		$.get(&#8220;example.css&#8221;, function(css) {<br />
			$(&#8221;).html(css).appendTo(&#8220;head&#8221;);<br />
		});<br />
	});</p>
]]></content:encoded>
	</item>
</channel>
</rss>

