﻿<?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>19~Blog &#124; &#187; js</title>
	<atom:link href="http://www.ll19.com/tag/js/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ll19.com</link>
	<description>今天总是好过昨天~原来，冥冥之中，自有天意。</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:46:23 +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>javascript的面向对象</title>
		<link>http://www.ll19.com/javascript_oop.html</link>
		<comments>http://www.ll19.com/javascript_oop.html#comments</comments>
		<pubDate>Wed, 07 Jan 2009 10:43:59 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=153</guid>
		<description><![CDATA[JS的面向对象. 所谓JS面向对象当然不会像JAVA，AS3那样的完全面向对象语言所具有继承、多态，以及接口这样的概念。这里的面向对象只是创建JS“对象”后，调用“对象”中的方法。比如： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 &#60;html&#62; &#60;head&#62; &#60;title&#62;javascript_oop&#60;/title&#62; &#60;script type=&#34;text/javascript&#34;&#62; var Test = function&#40;&#41; [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/javascript_oop.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>jQuery简单实现WordPress的Ajax留言</title>
		<link>http://www.ll19.com/plugin-jquery-wordpress-search-ajax-comment.html</link>
		<comments>http://www.ll19.com/plugin-jquery-wordpress-search-ajax-comment.html#comments</comments>
		<pubDate>Fri, 02 Nov 2007 05:12:05 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ll19.com/index.php/94/plugin-jquery-wordpress-search-ajax-comment/</guid>
		<description><![CDATA[利用jQuery插件(jQueryForm)来超级简单实现WordPress的ajax留言. 也有很多类似的WordPress插件，以前也用过PHOTOTYPE的AJAX留言插件，但是根据自己站的情况来做的话会省去很多不必要的代码，而且安装太多插件站点变慢也是肯定的。 jQueryForm：http://www.malsup.com/jquery/form/ ajax留言用到jQueryForm插件，jQueryForm是jQuery提交整个表单最好用的插件之一，下面一个例子（拿WP的留言表单举例）： 1 2 3 4 5 6 7 8 &#60;form action=&#34;***/***.php&#34; method=&#34;post&#34; id=&#34;commentform&#34;&#62; &#60;input type=&#34;text&#34; name=&#34;author&#34; id=&#34;author&#34; value=&#34;&#34; tabindex=&#34;1&#34;/&#62; &#60;input type=&#34;text&#34; name=&#34;email&#34; id=&#34;email&#34; value=&#34;&#34; tabindex=&#34;2&#34;/&#62; &#60;input type=&#34;text&#34; name=&#34;url&#34; id=&#34;url&#34; value=&#34;&#34; tabindex=&#34;3&#34; /&#62; &#60;textarea name=&#34;comment&#34; id=&#34;comment&#34; tabindex=&#34;4&#34;&#62;&#60;/textarea&#62; &#60;input name=&#34;submit&#34; type=&#34;submit&#34; id=&#34;submit&#34; tabindex=&#34;5&#34; value=&#34;(Submit comment)&#34;/&#62; &#60;input type=&#34;hidden&#34; name=&#34;comment_post_ID&#34; value=&#34;postid&#34; /&#62; &#60;/form&#62; 之后下面加入这段JS： 1 2 [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/plugin-jquery-wordpress-search-ajax-comment.html/feed</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
	</channel>
</rss>

