<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>最优良人 &#187; javascript</title>
	<atom:link href="http://www.zui88.com/view-tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zui88.com/blog</link>
	<description>中山php&#124;最优网络</description>
	<lastBuildDate>Mon, 13 May 2013 04:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>常用JS语句</title>
		<link>http://www.zui88.com/blog/view-76.html</link>
		<comments>http://www.zui88.com/blog/view-76.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 17:20:44 +0000</pubDate>
		<dc:creator>lin</dc:creator>
				<category><![CDATA[网站前端]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.zui88.com/blog/?p=76</guid>
		<description><![CDATA[//显示与隐藏 document.getElementById('s1').style.display=''; //js返回上次页面 window.history.back(); history.go(-2); //隔一段时间执行一次函数 intervalID = setInterval("showTime()", 5000); //延迟一段时间执行函数 timeoutID = setTimeout("showTime()", 5000); // 停止： 主要是利用 window.clearInterval(intervalID); window.clearTimeout(timeoutID); //表单提交 name.submit()或者javascript:this.submit()（必须处在form表单内） //取得id document.getElementById("bbac").value]]></description>
			<content:encoded><![CDATA[<div style="line-height: 25px;">
<p>//显示与隐藏 document.getElementById('s1').style.display='';</p>
<p> //js返回上次页面 window.history.back(); history.go(-2);</p>
<p>//隔一段时间执行一次函数 intervalID = setInterval("showTime()", 5000);</p>
<p>//延迟一段时间执行函数 timeoutID = setTimeout("showTime()", 5000);</p>
<p>// 停止： 主要是利用 window.clearInterval(intervalID); window.clearTimeout(timeoutID);</p>
<p> //表单提交</p>
<p>name.submit()或者javascript:this.submit()（必须处在form表单内）</p>
<p> //取得id document.getElementById("bbac").value</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.zui88.com/blog/view-76.html/feed</wfw:commentRss>
		<slash:comments>277</slash:comments>
		</item>
	</channel>
</rss>
