<?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: Drop down with Javascript (EN)</title>
	<atom:link href="http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/</link>
	<description>still awake at night?</description>
	<lastBuildDate>Sun, 10 Apr 2011 14:58:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chad Beus</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-34272</link>
		<dc:creator>Chad Beus</dc:creator>
		<pubDate>Tue, 01 Feb 2011 17:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-34272</guid>
		<description>As a Beginner, I am often looking on the net for content that may aid me. Thank you</description>
		<content:encoded><![CDATA[<p>As a Beginner, I am often looking on the net for content that may aid me. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-30902</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Fri, 01 Oct 2010 08:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-30902</guid>
		<description>Hi Oskar, 
this tutorial is now almost 4 years old and I would consider most of it obsolete today. 

The same effect can be achieved with jQuery very easily. You can find mode documentation about it here http://api.jquery.com/slideToggle/ and also here http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/</description>
		<content:encoded><![CDATA[<p>Hi Oskar,<br />
this tutorial is now almost 4 years old and I would consider most of it obsolete today. </p>
<p>The same effect can be achieved with jQuery very easily. You can find mode documentation about it here <a href="http://api.jquery.com/slideToggle/" rel="nofollow">http://api.jquery.com/slideToggle/</a> and also here <a href="http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/" rel="nofollow">http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-30707</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Wed, 22 Sep 2010 20:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-30707</guid>
		<description>Hi again!
I just took a glance at how you made your &quot;View&quot; button work so smooth and i couldn&#039;t see you using:

&lt;a href=&quot;void(0);&quot; rel=&quot;nofollow&quot;&gt;Close Panel A&lt;/a&gt; 

but when i try removing it i&#039;m not able to close the panel again. How do i do? :P

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi again!<br />
I just took a glance at how you made your &#8220;View&#8221; button work so smooth and i couldn&#8217;t see you using:</p>
<p><a href="void(0);" rel="nofollow">Close Panel A</a> </p>
<p>but when i try removing it i&#8217;m not able to close the panel again. How do i do? <img src='http://www.jek2k.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-30705</link>
		<dc:creator>Oskar</dc:creator>
		<pubDate>Wed, 22 Sep 2010 19:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-30705</guid>
		<description>Hey!
First of all, thanks for a great tutorial!
I am working on implementing it in my new website and are having some problems.
The first is that i want to disable the text fading for open and close sessions, as fuBar asked previously. But when i open my rules.js i have a completly other code than the one you pointed out, for example, this is my line 7 and 8:

         var targetDiv = $(&#039;a&#039;);
            new Effect.BlindDown(targetDiv,{duration: 0.5});

And when i try deleting line 7,8 15 and 16 the script doesn&#039;t work. What am i doing wrong?

My Other question is if there is any way to make the openB function to closeA aswell? 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hey!<br />
First of all, thanks for a great tutorial!<br />
I am working on implementing it in my new website and are having some problems.<br />
The first is that i want to disable the text fading for open and close sessions, as fuBar asked previously. But when i open my rules.js i have a completly other code than the one you pointed out, for example, this is my line 7 and 8:</p>
<p>         var targetDiv = $(&#8217;a');<br />
            new Effect.BlindDown(targetDiv,{duration: 0.5});</p>
<p>And when i try deleting line 7,8 15 and 16 the script doesn&#8217;t work. What am i doing wrong?</p>
<p>My Other question is if there is any way to make the openB function to closeA aswell? </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-22590</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-22590</guid>
		<description>BlindUp e BlindDown, come dice il nome, funzionano solo verticalmente e non esistono gli equivalenti left e right. Ti consiglio di provare a farlo utilizzando altre funzioni di Scriptaculous, come ad esempio &lt;a href=&quot;http://wiki.github.com/madrobby/scriptaculous/effect-morph&quot; rel=&quot;nofollow&quot;&gt;Morph&lt;/a&gt; e lavorare sulla width del tuo div.</description>
		<content:encoded><![CDATA[<p>BlindUp e BlindDown, come dice il nome, funzionano solo verticalmente e non esistono gli equivalenti left e right. Ti consiglio di provare a farlo utilizzando altre funzioni di Scriptaculous, come ad esempio <a href="http://wiki.github.com/madrobby/scriptaculous/effect-morph" rel="nofollow">Morph</a> e lavorare sulla width del tuo div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shitan</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-22427</link>
		<dc:creator>Shitan</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-22427</guid>
		<description>Ciao prima di tutto voglio ringraziarti per il lavoro che hai fatto. Poi vorrei chiederti un consiglio.
Ho fatto questo sito:
http://www.fox-web.it/progetti/marlen2/template/ade3/main2.html

Ho usato i tuoi files quelli dei div multipli, ciò che a me interessa e fare in modo che blindUp, diventi un BlindRight o left, ho provato a farlo ma tutto sembra impazzare, come se i due lati si incrociassero al centro, mentre io vorrei fare la cosa identica a quella che hai fatto tu per il tuo sito, solo da dx verso sx, è possibile? non solo il div che deve apparire, vorrei senza effetto, proprio come te, apparire semplicemente come se fosse un elastico, mentre adesso non lo è. Se ti è possibile mi puoi aiutare? ti ringrazio in anticipo</description>
		<content:encoded><![CDATA[<p>Ciao prima di tutto voglio ringraziarti per il lavoro che hai fatto. Poi vorrei chiederti un consiglio.<br />
Ho fatto questo sito:<br />
<a href="http://www.fox-web.it/progetti/marlen2/template/ade3/main2.html" rel="nofollow">http://www.fox-web.it/progetti/marlen2/template/ade3/main2.html</a></p>
<p>Ho usato i tuoi files quelli dei div multipli, ciò che a me interessa e fare in modo che blindUp, diventi un BlindRight o left, ho provato a farlo ma tutto sembra impazzare, come se i due lati si incrociassero al centro, mentre io vorrei fare la cosa identica a quella che hai fatto tu per il tuo sito, solo da dx verso sx, è possibile? non solo il div che deve apparire, vorrei senza effetto, proprio come te, apparire semplicemente come se fosse un elastico, mentre adesso non lo è. Se ti è possibile mi puoi aiutare? ti ringrazio in anticipo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Flaherty</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-16095</link>
		<dc:creator>Carl Flaherty</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-16095</guid>
		<description>Thanks, i did figure it out after a little while. Just didn&#039;t want to start editing these files before i fully knew what i was doing. Works great! :D</description>
		<content:encoded><![CDATA[<p>Thanks, i did figure it out after a little while. Just didn&#8217;t want to start editing these files before i fully knew what i was doing. Works great! <img src='http://www.jek2k.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-15902</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Mon, 11 Aug 2008 14:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-15902</guid>
		<description>Carl,
this tutorial is for general purpose and not specifically focused on WordPress. If you have a plain Html website, then you&#039;re supposed to add the code to your index.html or whatever-you-named-it.html page. 
If you&#039;re using WordPress instead, the code goes into your header.php or index.php, depending on your theme&#039;s structure.</description>
		<content:encoded><![CDATA[<p>Carl,<br />
this tutorial is for general purpose and not specifically focused on WordPress. If you have a plain Html website, then you&#8217;re supposed to add the code to your index.html or whatever-you-named-it.html page.<br />
If you&#8217;re using WordPress instead, the code goes into your header.php or index.php, depending on your theme&#8217;s structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Flaherty</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-15880</link>
		<dc:creator>Carl Flaherty</dc:creator>
		<pubDate>Sun, 10 Aug 2008 16:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-15880</guid>
		<description>I love this feature and have been trying to implement it into my blog for days now.. but im not 100% proficient at this stuff ;(

Ok, i have a couple of questions, sorry if i sound stupid. Here goes:

You tutorial says:
&quot;So, now that we got the libraries, let&#039;s include them in our Html document, this way:&quot;

Does this mean make an index.html file? Im asking this as all wordpress files are .php

Also, i assume the code was placed in the header.php

If i make an index.html file i don&#039;t understand how the drop down can be intergrated into my wordpress blog.

Everyone seems to have followed your tutorial easily, i think its just me who doesnt fully understand. Thanks for your reply in advance.

Best Regards</description>
		<content:encoded><![CDATA[<p>I love this feature and have been trying to implement it into my blog for days now.. but im not 100% proficient at this stuff ;(</p>
<p>Ok, i have a couple of questions, sorry if i sound stupid. Here goes:</p>
<p>You tutorial says:<br />
&#8220;So, now that we got the libraries, let&#8217;s include them in our Html document, this way:&#8221;</p>
<p>Does this mean make an index.html file? Im asking this as all wordpress files are .php</p>
<p>Also, i assume the code was placed in the header.php</p>
<p>If i make an index.html file i don&#8217;t understand how the drop down can be intergrated into my wordpress blog.</p>
<p>Everyone seems to have followed your tutorial easily, i think its just me who doesnt fully understand. Thanks for your reply in advance.</p>
<p>Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolò</title>
		<link>http://www.jek2k.com/wp/2006/07/14/drop-down-with-javascript/comment-page-2/#comment-10769</link>
		<dc:creator>Nicolò</dc:creator>
		<pubDate>Sun, 20 Jan 2008 20:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jek2k.com/wp/index.php/2006/07/14/drop-down-with-javascript/#comment-10769</guid>
		<description>Hi Blue,

I&#039;ve posted the new code &lt;a href=&quot;http://www.jek2k.com/wp/index.php/2008/01/20/drop-down-with-mootools/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.
Have fun!</description>
		<content:encoded><![CDATA[<p>Hi Blue,</p>
<p>I&#8217;ve posted the new code <a href="http://www.jek2k.com/wp/index.php/2008/01/20/drop-down-with-mootools/" rel="nofollow">here</a>.<br />
Have fun!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

