<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Effect Delay Trick</title>
	<link>http://www.learningjquery.com/2007/01/effect-delay-trick</link>
	<description>Getting to know the library of choice for unobtrusive JavaScript</description>
	<pubDate>Fri, 25 Jul 2008 03:28:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Paweł Ryznar</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47785</link>
		<dc:creator>Paweł Ryznar</dc:creator>
		<pubDate>Tue, 20 May 2008 19:53:26 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47785</guid>
		<description>Hi :)
may be it's good plugin, but still have some problem. As Brian show some examples, I need more options [I write about Brian's demo] If user move mouse out from one &#60;li&#62; to next &#60;li&#62; I need timeout: 0, but if user move mouse out from #demo3 to other place of site I need higher timeout. I think it would be to complicated to do this by jQuery and I must use only JavaScript with setTimeout function</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
may be it&#8217;s good plugin, but still have some problem. As Brian show some examples, I need more options [I write about Brian&#8217;s demo] If user move mouse out from one &lt;li&gt; to next &lt;li&gt; I need timeout: 0, but if user move mouse out from #demo3 to other place of site I need higher timeout. I think it would be to complicated to do this by jQuery and I must use only JavaScript with setTimeout function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47324</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 15 May 2008 20:45:02 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47324</guid>
		<description>Hi Paweł,

I'd suggest using Brian Cherne's &lt;a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" rel="nofollow"&gt;hoverIntent plugin&lt;/a&gt; instead.</description>
		<content:encoded><![CDATA[<p>Hi Paweł,</p>
<p>I&#8217;d suggest using Brian Cherne&#8217;s <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" rel="nofollow">hoverIntent plugin</a> instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paweł Ryznar</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47250</link>
		<dc:creator>Paweł Ryznar</dc:creator>
		<pubDate>Thu, 15 May 2008 07:47:57 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-47250</guid>
		<description>Hi :)
I try to use Jonathan Howard's Pause plugin http://blog.mythin.net/projects/jquery.php in jQuery hover function. For example if I leave cursor from div I would like to have small delay before the function chcange div. I put in code pause()  but it doesn't work, because there is no action after setted time. Could somebody help me ?</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I try to use Jonathan Howard&#8217;s Pause plugin <a href="http://blog.mythin.net/projects/jquery.php" rel="nofollow">http://blog.mythin.net/projects/jquery.php</a> in jQuery hover function. For example if I leave cursor from div I would like to have small delay before the function chcange div. I put in code pause()  but it doesn&#8217;t work, because there is no action after setted time. Could somebody help me ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danyal</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-37475</link>
		<dc:creator>Danyal</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:27:18 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-37475</guid>
		<description>Its perfect and cool... i like it :)</description>
		<content:encoded><![CDATA[<p>Its perfect and cool&#8230; i like it <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pig23</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34780</link>
		<dc:creator>pig23</dc:creator>
		<pubDate>Tue, 25 Mar 2008 01:03:39 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34780</guid>
		<description>that's great</description>
		<content:encoded><![CDATA[<p>that&#8217;s great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34330</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 19 Mar 2008 18:07:45 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34330</guid>
		<description>Hi Florian, 

To get that to work, you'll need to use a standard JavaScript setTimeout() method. Or, you could take a look at the hoverIntent plugin:
http://cherne.net/brian/resources/jquery.hoverIntent.html</description>
		<content:encoded><![CDATA[<p>Hi Florian, </p>
<p>To get that to work, you&#8217;ll need to use a standard JavaScript setTimeout() method. Or, you could take a look at the hoverIntent plugin:<br />
<a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" rel="nofollow">http://cherne.net/brian/resources/jquery.hoverIntent.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34298</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:26:52 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-34298</guid>
		<description>Cool Trick :)

Do you have a tip for me how to modify this a little bit?

I have a dropdown menu. Do open it I have to click a link which I defined:
&lt;code&gt;
$("a.btn_options_bar").click(function () {
			$("div.menu_options").slideToggle("normal");
			$("a.btn_options_bar").toggleClass("btn_options_bar_act");
		});
&lt;/code&gt;
So, clicking on the button slides down the menu and sets the button to active
status. Clicking again sets everything back. The menu consists of an div &#62; .menu_options
within this div there is a list (ul/li).
To close the menu you have to click again. But I also want to hide the menu when I move
out of the ul/li area after 1 sec. Hence I tried something with mouseout but the event starts at 
once. Any idea how to realize that kind of functionality?

thanks indeed!</description>
		<content:encoded><![CDATA[<p>Cool Trick <img src='http://www.learningjquery.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you have a tip for me how to modify this a little bit?</p>
<p>I have a dropdown menu. Do open it I have to click a link which I defined:<br />
<code><br />
$("a.btn_options_bar").click(function () {<br />
			$("div.menu_options").slideToggle("normal");<br />
			$("a.btn_options_bar").toggleClass("btn_options_bar_act");<br />
		});<br />
</code><br />
So, clicking on the button slides down the menu and sets the button to active<br />
status. Clicking again sets everything back. The menu consists of an div &gt; .menu_options<br />
within this div there is a list (ul/li).<br />
To close the menu you have to click again. But I also want to hide the menu when I move<br />
out of the ul/li area after 1 sec. Hence I tried something with mouseout but the event starts at<br />
once. Any idea how to realize that kind of functionality?</p>
<p>thanks indeed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctraos</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-32899</link>
		<dc:creator>ctraos</dc:creator>
		<pubDate>Fri, 07 Mar 2008 15:12:03 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-32899</guid>
		<description>exelente plungin, muchas gracias, saludos desde Chile!!</description>
		<content:encoded><![CDATA[<p>exelente plungin, muchas gracias, saludos desde Chile!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtraxx</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-24674</link>
		<dc:creator>gtraxx</dc:creator>
		<pubDate>Wed, 19 Dec 2007 00:59:14 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-24674</guid>
		<description>Great, I have adapted to perform some additional tasks :
&lt;code&gt;$('#dirConnect a#noframe').click(function (e) {
			e.preventDefault();
			var answer = $('#url_connex');
			if (answer.is(':visible')){
				answer.slideUp(400);
				//alert("La fenêtre de connexion est fermée");
				$('#connect_msg').html("La fen&#234;tre de connexion est ferm&#233;e").css({ border:"1px solid red" ,color:"red" }).insertAfter( $(this) ).fadeIn('slow').animate({opacity: 1.0}, 3000).fadeOut('slow');
					}else{answer.slideDown(400);
					//alert("La fenêtre de connexion est ouverte");
					$('#connect_msg').html("La fen&#234;tre de connexion est ouverte").css({ border:"1px solid orange" ,color:"orange" }).insertAfter( $(this) ).fadeIn('slow').animate({opacity: 1.0}, 3000).fadeOut('slow');
				}
				return false;
		});&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great, I have adapted to perform some additional tasks :<br />
<code>$('#dirConnect a#noframe').click(function (e) {<br />
			e.preventDefault();<br />
			var answer = $('#url_connex');<br />
			if (answer.is(':visible')){<br />
				answer.slideUp(400);<br />
				//alert("La fenêtre de connexion est fermée");<br />
				$('#connect_msg').html("La fen&ecirc;tre de connexion est ferm&eacute;e").css({ border:"1px solid red" ,color:"red" }).insertAfter( $(this) ).fadeIn('slow').animate({opacity: 1.0}, 3000).fadeOut('slow');<br />
					}else{answer.slideDown(400);<br />
					//alert("La fenêtre de connexion est ouverte");<br />
					$('#connect_msg').html("La fen&ecirc;tre de connexion est ouverte").css({ border:"1px solid orange" ,color:"orange" }).insertAfter( $(this) ).fadeIn('slow').animate({opacity: 1.0}, 3000).fadeOut('slow');<br />
				}<br />
				return false;<br />
		});</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code4Gold</title>
		<link>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-22391</link>
		<dc:creator>Code4Gold</dc:creator>
		<pubDate>Wed, 28 Nov 2007 18:35:04 +0000</pubDate>
		<guid>http://www.learningjquery.com/2007/01/effect-delay-trick#comment-22391</guid>
		<description>When I found this article, I was looking for a lightbox script with a fader but I'm glad I came across this because I wasn't familiar with JQuery library. Within 10 minutes of reading this article I was using JQuery library and the example here was a great start for somebody already familiar with JavaScript and coding to show the basic power of this great tool.

Thanks for the article !!</description>
		<content:encoded><![CDATA[<p>When I found this article, I was looking for a lightbox script with a fader but I&#8217;m glad I came across this because I wasn&#8217;t familiar with JQuery library. Within 10 minutes of reading this article I was using JQuery library and the example here was a great start for somebody already familiar with JavaScript and coding to show the basic power of this great tool.</p>
<p>Thanks for the article !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
