<?xml version="1.0" encoding="iso-8859-1"?><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 and Tamper data rock</title>
	<atom:link href="http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/feed/" rel="self" type="application/rss+xml" />
	<link>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/</link>
	<description>you must visit this geeky girl's weblog!</description>
	<lastBuildDate>Tue, 10 Nov 2009 01:15:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fij</title>
		<link>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/comment-page-1/#comment-278379</link>
		<dc:creator>fij</dc:creator>
		<pubDate>Fri, 28 Aug 2009 04:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/#comment-278379</guid>
		<description>That is the long way of saying this:
$(&quot;table&quot;).attr(&quot;border&quot;, &quot;0&quot;);</description>
		<content:encoded><![CDATA[<p>That is the long way of saying this:<br />
$(&#8221;table&#8221;).attr(&#8221;border&#8221;, &#8220;0&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fyrye</title>
		<link>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/comment-page-1/#comment-272488</link>
		<dc:creator>fyrye</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/#comment-272488</guid>
		<description>The same for mootools
&lt;code&gt;
$$(&#039;table&#039;).set(&#039;border&#039;, &#039;0&#039;);
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The same for mootools<br />
<code>$$('table').set('border', '0');</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy</title>
		<link>http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/comment-page-1/#comment-259393</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Thu, 17 Apr 2008 17:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://pure-essence.net/2008/02/27/jquery-and-tamper-data-rock/#comment-259393</guid>
		<description>I use this technique when I want to manipulate the html ( move stuff around, fix structure, etc. )

Just fire up firebug, use a jQuery bookmarklet, make changes Firebug w/ jQuery, then save the generated code when done.

You can also use Firebug to tamper w/ data, just select the form elements and change the values.</description>
		<content:encoded><![CDATA[<p>I use this technique when I want to manipulate the html ( move stuff around, fix structure, etc. )</p>
<p>Just fire up firebug, use a jQuery bookmarklet, make changes Firebug w/ jQuery, then save the generated code when done.</p>
<p>You can also use Firebug to tamper w/ data, just select the form elements and change the values.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
