<?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 tricks 1: automatic-wslider</title>
	<atom:link href="http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/</link>
	<description>The Blog of a Coder</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:46:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: eki</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-1756</link>
		<dc:creator>eki</dc:creator>
		<pubDate>Tue, 12 Jul 2011 17:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-1756</guid>
		<description>Hi. I can&#039;t get it work. Could somebody give us simple example with html code. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi. I can&#8217;t get it work. Could somebody give us simple example with html code. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomasz Szenborn</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-1732</link>
		<dc:creator>Tomasz Szenborn</dc:creator>
		<pubDate>Mon, 20 Jun 2011 12:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-1732</guid>
		<description>Witam, no niestety nie chce mi to działać. Zamieniłem wszystko z
$(“#parent3″).wslide({
width: 650,
height: 200,
pos: 1,
fade: true,
horiz: true,
autolink: ‘menu3′,
speed:300
});
na twój kod
var canDo = true;
/** plugin @author: http://www.webinventif.fr/wslide-plugin/ */
$(document).ready(function(){
$(‘#parent3, #menu3, .cube’).mouseover(function(){
canDo = false;
}).mouseout(function(){
canDo = true;
});
$(‘#parent3′).wslide({
width: 900,
height: 200,
pos: 1,
fade: true,
horiz: true,
autolink: ‘menu3′,
speed:300
});
$.timer(5000, function (timer) {
if(canDo){
if($(‘#menu3 a:last’).hasClass(‘wactive’)){
$(‘#menu3 a:first’).click();
}else{
$(‘#menu3 .wactive’).next().click();
}
}
});
});
zmieniając przy tym oczywiście nazwy diwów parent3 i autolink ‘menu3′ no i niestety niechce mi to działać za dobrze :( Nic się nie dzieje, slider działa jak działał wcześniej bez funkcji auto playa.</description>
		<content:encoded><![CDATA[<p>Witam, no niestety nie chce mi to działać. Zamieniłem wszystko z<br />
$(“#parent3″).wslide({<br />
width: 650,<br />
height: 200,<br />
pos: 1,<br />
fade: true,<br />
horiz: true,<br />
autolink: ‘menu3′,<br />
speed:300<br />
});<br />
na twój kod<br />
var canDo = true;<br />
/** plugin @author: <a href="http://www.webinventif.fr/wslide-plugin/" rel="nofollow" onclick="urchinTracker('/outgoing/www.webinventif.fr/wslide-plugin/?referer=');">http://www.webinventif.fr/wslide-plugin/</a> */<br />
$(document).ready(function(){<br />
$(‘#parent3, #menu3, .cube’).mouseover(function(){<br />
canDo = false;<br />
}).mouseout(function(){<br />
canDo = true;<br />
});<br />
$(‘#parent3′).wslide({<br />
width: 900,<br />
height: 200,<br />
pos: 1,<br />
fade: true,<br />
horiz: true,<br />
autolink: ‘menu3′,<br />
speed:300<br />
});<br />
$.timer(5000, function (timer) {<br />
if(canDo){<br />
if($(‘#menu3 a:last’).hasClass(‘wactive’)){<br />
$(‘#menu3 a:first’).click();<br />
}else{<br />
$(‘#menu3 .wactive’).next().click();<br />
}<br />
}<br />
});<br />
});<br />
zmieniając przy tym oczywiście nazwy diwów parent3 i autolink ‘menu3′ no i niestety niechce mi to działać za dobrze :( Nic się nie dzieje, slider działa jak działał wcześniej bez funkcji auto playa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whoop</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-1005</link>
		<dc:creator>Whoop</dc:creator>
		<pubDate>Mon, 28 Feb 2011 12:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-1005</guid>
		<description>&lt;em&gt;COMMENT FROM http://www.webinventif.fr/wslide-plugin/#comment-65660&lt;/em&gt;

I found this small but handy piece of code that Ktoso has written to incorperate a timer to allow auto scrolling of wslide. Looks like a few others are after this too ;)

http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/</description>
		<content:encoded><![CDATA[<p><em>COMMENT FROM <a href="http://www.webinventif.fr/wslide-plugin/#comment-65660" rel="nofollow" onclick="urchinTracker('/outgoing/www.webinventif.fr/wslide-plugin/_comment-65660?referer=');">http://www.webinventif.fr/wslide-plugin/#comment-65660</a></em></p>
<p>I found this small but handy piece of code that Ktoso has written to incorperate a timer to allow auto scrolling of wslide. Looks like a few others are after this too ;)</p>
<p><a href="http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/" rel="nofollow">http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gab</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-595</link>
		<dc:creator>gab</dc:creator>
		<pubDate>Fri, 16 Jul 2010 11:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-595</guid>
		<description>you are a super* thanks a million!</description>
		<content:encoded><![CDATA[<p>you are a super* thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damzal</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-350</link>
		<dc:creator>damzal</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-350</guid>
		<description>Ok już działa, nie wiem czemu wslide dodaje # przed id i powoduje ten problem.

btw fajny pomysl z tym automatycznym przesuwaniem, bardzo prosty a zarazem efektywny.</description>
		<content:encoded><![CDATA[<p>Ok już działa, nie wiem czemu wslide dodaje # przed id i powoduje ten problem.</p>
<p>btw fajny pomysl z tym automatycznym przesuwaniem, bardzo prosty a zarazem efektywny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ktoso</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-349</link>
		<dc:creator>Ktoso</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-349</guid>
		<description>W takiej postaci (dodana została obsługa &quot;zatrzymywania&quot; na rollover) jest umieszczony na humac.pl i sprawuje się dobrze. Czy na pewno masz dobrze ponadawane id pól oraz masz plugin do jQuery &quot;jQuery Timer plugin v0.1&quot;?

Dodałem fragment do &quot;zatrzymywania on rollover&quot; teraz, reszta kodu jest bez zmian.

Pozdrawiam</description>
		<content:encoded><![CDATA[<p>W takiej postaci (dodana została obsługa &#8220;zatrzymywania&#8221; na rollover) jest umieszczony na humac.pl i sprawuje się dobrze. Czy na pewno masz dobrze ponadawane id pól oraz masz plugin do jQuery &#8220;jQuery Timer plugin v0.1&#8243;?</p>
<p>Dodałem fragment do &#8220;zatrzymywania on rollover&#8221; teraz, reszta kodu jest bez zmian.</p>
<p>Pozdrawiam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damzal</title>
		<link>http://www.blog.project13.pl/index.php/coding/345/jquery-tricks-1-automatic-wslider/comment-page-1/#comment-348</link>
		<dc:creator>damzal</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.project13.pl/?p=345#comment-348</guid>
		<description>Hej
Ten skrypt nie działa ?</description>
		<content:encoded><![CDATA[<p>Hej<br />
Ten skrypt nie działa ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

