<?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: jQuery cssText Helps You Improve Browser Reflows</title>
	<atom:link href="/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: Olivier</title>
		<link>/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/comment-page-1/#comment-16405</link>
		<dc:creator><![CDATA[Olivier]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 19:57:24 +0000</pubDate>
		<guid isPermaLink="false">/?p=1343#comment-16405</guid>
		<description><![CDATA[Topic is old, but still, I personnaly use this when it come to multi-styling :

    $(&quot;form button&quot;).each(function(){
        this.style.cssText+= &quot;;background:#ddd;color:#222;padding:5px;border-radius:4px;border:1px outset #888;&quot;
    });

as you keep more pure javascript, you avoid to use jQuery selector « $(&#039;#selector&#039;) » twice wich lighten the process and also give more flexibility as you can do the same with non-style attributes without the need of a cross-browser api

And I don&#039;t want to sound like a jQuery hater, I love it :)]]></description>
		<content:encoded><![CDATA[<p>Topic is old, but still, I personnaly use this when it come to multi-styling :</p>
<p>    $(&#8220;form button&#8221;).each(function(){<br />
        this.style.cssText+= &#8220;;background:#ddd;color:#222;padding:5px;border-radius:4px;border:1px outset #888;&#8221;<br />
    });</p>
<p>as you keep more pure javascript, you avoid to use jQuery selector « $(&#8216;#selector&#8217;) » twice wich lighten the process and also give more flexibility as you can do the same with non-style attributes without the need of a cross-browser api</p>
<p>And I don&#8217;t want to sound like a jQuery hater, I love it 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shopping bags</title>
		<link>/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/comment-page-1/#comment-15826</link>
		<dc:creator><![CDATA[shopping bags]]></dc:creator>
		<pubDate>Mon, 21 May 2012 09:20:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=1343#comment-15826</guid>
		<description><![CDATA[!! as can as this use css,great!]]></description>
		<content:encoded><![CDATA[<p>!! as can as this use css,great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julio</title>
		<link>/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/comment-page-1/#comment-12605</link>
		<dc:creator><![CDATA[julio]]></dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:15:11 +0000</pubDate>
		<guid isPermaLink="false">/?p=1343#comment-12605</guid>
		<description><![CDATA[nice work]]></description>
		<content:encoded><![CDATA[<p>nice work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: self fish</title>
		<link>/2010/03/17/jquery-csstext-helps-you-improve-browser-reflows/comment-page-1/#comment-12603</link>
		<dc:creator><![CDATA[self fish]]></dc:creator>
		<pubDate>Wed, 17 Mar 2010 10:07:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=1343#comment-12603</guid>
		<description><![CDATA[cool, dude]]></description>
		<content:encoded><![CDATA[<p>cool, dude</p>
]]></content:encoded>
	</item>
</channel>
</rss>
