<?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; 表单提交</title>
	<atom:link href="http://www.d5s.cn/archives/tag/%e8%a1%a8%e5%8d%95%e6%8f%90%e4%ba%a4/feed" rel="self" type="application/rss+xml" />
	<link>http://www.d5s.cn</link>
	<description>我喜欢忽悠，她喜欢被忽悠。</description>
	<lastBuildDate>Wed, 16 Nov 2011 15:35:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ajax通用表单提交</title>
		<link>http://www.d5s.cn/archives/111</link>
		<comments>http://www.d5s.cn/archives/111#comments</comments>
		<pubDate>Sat, 13 Dec 2008 03:41:28 +0000</pubDate>
		<dc:creator>owen</dc:creator>
				<category><![CDATA[交互设计]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[表单提交]]></category>

		<guid isPermaLink="false">http://www.d5s.cn/?p=111</guid>
		<description><![CDATA[Ajax通用表单提交功能：把FORM表单中的值，通过AJAX方式提交到某页面 说明： 以下FORM表单中，有name属性的、被checked的元素会被传递；disabled元素不被传递。 不支持FORM表单中文件上传控件 测试地址：http://www.d5s.cn/example/ajax/ajax_form.php 源码：打开以上网址后，查看源文件即可。]]></description>
			<content:encoded><![CDATA[<p>Ajax通用表单提交<script src="http://wap.blueidea.com/app/js/jquery.js" type="text/javascript"></script>功能：把FORM表单中的值，通过AJAX方式提交到某页面</p>
<p>说明：</p>
<ul>
<li>以下FORM表单中，有name属性的、被checked的元素会被传递；disabled元素不被传递。</li>
<li>不支持FORM表单中文件上传控件</li>
</ul>
<p>测试地址：<a href="http://www.d5s.cn/example/ajax/ajax_form.php" target="_blank">http://www.d5s.cn/example/ajax/ajax_form.php</a></p>
<p>源码：打开以上网址后，查看源文件即可。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.d5s.cn/archives/111/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

