<?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>《settimeout和setinterval区别》的评论</title>
	<atom:link href="http://yangsiwei.com/settimeout-setinterval-diff/feed" rel="self" type="application/rss+xml" />
	<link>http://yangsiwei.com/settimeout-setinterval-diff</link>
	<description>杨思为 &#124; 宝宝博客 &#124; 宝宝照片 &#124; 育儿经验</description>
	<lastBuildDate>Thu, 05 Jan 2012 03:04:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：jQuery中setTimeout的用法 &#124; 剑锋博客-关注WEB应用开发的IT博客</title>
		<link>http://yangsiwei.com/settimeout-setinterval-diff/comment-page-1#comment-3357</link>
		<dc:creator>jQuery中setTimeout的用法 &#124; 剑锋博客-关注WEB应用开发的IT博客</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://yangjf.com/blog/?p=591#comment-3357</guid>
		<description>[...] 在制作西北大学网站首页时想通过jQuery来制作一个页面加载运行国庆动画的flash，要实现在指定时间后关闭或者点击短片的关闭按钮后关闭的功能，以下是使用jQuery和setTimeout实现该效果的具体方案。 &lt;script type=&#8221;text/javascript&#8221;&gt;   jQuery(document).ready(function() {           // 显示广告    jQuery(&#8217;#advertisement&#8217;).fadeIn(&#8217;slow&#8217;);        // 点击关闭广告    jQuery(&#8217;#advertisement_close&#8217;).click(function() {     // 清除内容：点击关闭停止播放，使得声音也没有了     jQuery(&#8217;#advertisement_wrap&#8217;).remove();    });           // 过18秒关闭广告：：有延迟，因此时间设置的长一些    setTimeout(function(){ jQuery(&#8217;div#advertisement_wrap&#8217;).remove();}, 28000);    //   });       &lt;/script&gt; [...]</description>
		<content:encoded><![CDATA[<p>[...] 在制作西北大学网站首页时想通过jQuery来制作一个页面加载运行国庆动画的flash，要实现在指定时间后关闭或者点击短片的关闭按钮后关闭的功能，以下是使用jQuery和setTimeout实现该效果的具体方案。 &lt;script type=&#8221;text/javascript&#8221;&gt;   jQuery(document).ready(function() {           // 显示广告    jQuery(&#8217;#advertisement&#8217;).fadeIn(&#8217;slow&#8217;);        // 点击关闭广告    jQuery(&#8217;#advertisement_close&#8217;).click(function() {     // 清除内容：点击关闭停止播放，使得声音也没有了     jQuery(&#8217;#advertisement_wrap&#8217;).remove();    });           // 过18秒关闭广告：：有延迟，因此时间设置的长一些    setTimeout(function(){ jQuery(&#8217;div#advertisement_wrap&#8217;).remove();}, 28000);    //   });       &lt;/script&gt; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

