<?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 show/hide/toggle syntax in dojo</title>
	<atom:link href="http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/</link>
	<description>An outlet for my obsession with technology</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:46:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D-A</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-530</link>
		<dc:creator>D-A</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-530</guid>
		<description>coming from jQuery with a request to look into Dojo, this type of thing makes me think that jQuery and UI are just eons ahead of the rest in terms of built-in UI-centric interaction. Is that fair to say? </description>
		<content:encoded><![CDATA[<p>coming from jQuery with a request to look into Dojo, this type of thing makes me think that jQuery and UI are just eons ahead of the rest in terms of built-in UI-centric interaction. Is that fair to say?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-304</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Wed, 22 Apr 2009 19:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-304</guid>
		<description>Using item.style.display leads to problems (at least, in dojo 1.3). You should use dojo.style() instead. See http://api.dojotoolkit.org/jsdoc/1.3/dojo.style.

Peter, unfortunately, the functions in plugd don&#039;t deal with elements that are set to be hidden via CSS, which is a big flaw.</description>
		<content:encoded><![CDATA[<p>Using item.style.display leads to problems (at least, in dojo 1.3). You should use dojo.style() instead. See <a href="http://api.dojotoolkit.org/jsdoc/1.3/dojo.style" rel="nofollow">http://api.dojotoolkit.org/jsdoc/1.3/dojo.style</a>.</p>
<p>Peter, unfortunately, the functions in plugd don&#8217;t deal with elements that are set to be hidden via CSS, which is a big flaw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Polerecky</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-248</link>
		<dc:creator>Eric Polerecky</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-248</guid>
		<description>Yeah! I new you would be a great dojo project lead! jk. Thats great, and I love that the plugd project it currently such a small add-on...

btw...whats up with extending nodelist with xhr....I&#039;m not sure what your goals are but it scares and excites me...some crazy (good) stuff could be done with that... 

http://code.google.com/p/plugd/source/browse/trunk/ajax.js</description>
		<content:encoded><![CDATA[<p>Yeah! I new you would be a great dojo project lead! jk. Thats great, and I love that the plugd project it currently such a small add-on&#8230;</p>
<p>btw&#8230;whats up with extending nodelist with xhr&#8230;.I&#8217;m not sure what your goals are but it scares and excites me&#8230;some crazy (good) stuff could be done with that&#8230; </p>
<p><a href="http://code.google.com/p/plugd/source/browse/trunk/ajax.js" rel="nofollow">http://code.google.com/p/plugd/source/browse/trunk/ajax.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Higgins</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-247</link>
		<dc:creator>Peter Higgins</dc:creator>
		<pubDate>Thu, 06 Nov 2008 22:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-247</guid>
		<description>Ironically, I just re-implemented these, with fade/speed args. You might enjoy it:

http://higginsforpresident.net/2008/10/dojoshow-hide-toggle-and-more/

Then I added some more:
http://higginsforpresident.net/2008/11/dojo-the-missing-apis/

all the code is available on google code: plugd</description>
		<content:encoded><![CDATA[<p>Ironically, I just re-implemented these, with fade/speed args. You might enjoy it:</p>
<p><a href="http://higginsforpresident.net/2008/10/dojoshow-hide-toggle-and-more/" rel="nofollow">http://higginsforpresident.net/2008/10/dojoshow-hide-toggle-and-more/</a></p>
<p>Then I added some more:<br />
<a href="http://higginsforpresident.net/2008/11/dojo-the-missing-apis/" rel="nofollow">http://higginsforpresident.net/2008/11/dojo-the-missing-apis/</a></p>
<p>all the code is available on google code: plugd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Polerecky</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-239</link>
		<dc:creator>Eric Polerecky</dc:creator>
		<pubDate>Wed, 10 Sep 2008 17:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-239</guid>
		<description>@Nitin -

Put the code at the start of your JS file, after your dojo.require statements. 

Then you can hide dom elements using:

dojo.query(&#039;#id&#039;).hide();

To hide a bunch of items...I think...you can use:

dojo.query(&#039;.ClassName&#039;).hide();

That should hide everything with the class ClassName....</description>
		<content:encoded><![CDATA[<p>@Nitin -</p>
<p>Put the code at the start of your JS file, after your dojo.require statements. </p>
<p>Then you can hide dom elements using:</p>
<p>dojo.query(&#8216;#id&#8217;).hide();</p>
<p>To hide a bunch of items&#8230;I think&#8230;you can use:</p>
<p>dojo.query(&#8216;.ClassName&#8217;).hide();</p>
<p>That should hide everything with the class ClassName&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/comment-page-1/#comment-238</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Wed, 10 Sep 2008 12:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://eric.polerecky.com/archives/jquery-showhidetoggle-syntax-in-dojo/#comment-238</guid>
		<description>Please can you Post an Example for the above code snippet. Appreciate It. Thanks</description>
		<content:encoded><![CDATA[<p>Please can you Post an Example for the above code snippet. Appreciate It. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
