<?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.cnzui.com/archives/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cnzui.com</link>
	<description>路平家的一亩三分地，用来记录过往，展望未来。LUPIN，代表着狼一样的坚定和能力。</description>
	<lastBuildDate>Fri, 22 May 2026 08:05:13 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.1</generator>
	<item>
		<title>新的博客系统-ZuiBook</title>
		<link>http://www.cnzui.com/archives/866</link>
		<comments>http://www.cnzui.com/archives/866#comments</comments>
		<pubDate>Wed, 05 Sep 2012 11:51:17 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[创业]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[系统]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=866</guid>
		<description><![CDATA[用了很多的系统，虽然功能有强有弱，扩展也很多， 但是，一直都找不到自己的位置和感觉， 所以,从今天起,我将开发自己的系统。 该系统， 首先，属于独特色调的自己。 然后，属于个性化的自己。 最后，属于每个希望找到自己的朋友。 因为作为自己个人的专属文献类系统， 为[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/866/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>showModalDialog模式对话框关闭引发的session丢失</title>
		<link>http://www.cnzui.com/archives/829</link>
		<comments>http://www.cnzui.com/archives/829#comments</comments>
		<pubDate>Thu, 02 Aug 2012 12:52:11 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=829</guid>
		<description><![CDATA[最近在项目中发现了一个比较意外的BUG，在这里做个记录，也为遇到同类问题的朋友做一个分享。 BUG背景： A页面上有个onbeforeunload事件处理函数，里面有一个处理窗口关闭时自动退出登录的操作，该操作有个条件，就是判断用户是不是按了ALT键或鼠标的坐标是不是在窗口左上[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/829/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery里的each方法的break和continue</title>
		<link>http://www.cnzui.com/archives/523</link>
		<comments>http://www.cnzui.com/archives/523#comments</comments>
		<pubDate>Thu, 12 Apr 2012 09:28:36 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[开源框架]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=523</guid>
		<description><![CDATA[今天一个同事问到一个表格&#60;table&#62;里的单元格&#60;td&#62;遍历问题，所以用到了jQuery的each方法。 在使用过程中，为了不进行多余的查找，需要找到后立马跳出来，我开始说加个break就好了吧，结果没用，汗！ 查找了一下jQuery Api，发现eac[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/523/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>正则表达式语法（根据微软文档整理：附常用表达式与工具）</title>
		<link>http://www.cnzui.com/archives/515</link>
		<comments>http://www.cnzui.com/archives/515#comments</comments>
		<pubDate>Wed, 11 Apr 2012 08:07:01 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=515</guid>
		<description><![CDATA[做网站类项目时，正则表达式&#160;这个是经常要用到的，所以放在这里供自己，供大家做查阅、参考和学习。 对于后面补充的常用表达式，我会不断收集，保持更新，希望能方便到大家^_^ 正则表达式简介 正则表达式是一种文本模式，包括普通字符（例如，a 到z 之间的字母）和特殊字符[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/515/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery中Ajax的一个parsererror,TypeError缺少对象错误</title>
		<link>http://www.cnzui.com/archives/506</link>
		<comments>http://www.cnzui.com/archives/506#comments</comments>
		<pubDate>Tue, 10 Apr 2012 06:28:10 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=506</guid>
		<description><![CDATA[今天在操作jQuery的Ajax时，突然遇到个问题，返回的时候总是error，看了HTTP返回状态都是200的，所以百思不得其解。 原来错误的代码贴出来供大家参考一下： var xmlStr=&#38;quot;&#38;hellip;&#38;hellip;&#38;quot;; $.ajax({ type:&#38;quot;POST……]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/506/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIV+CSS导航菜单智能优化（彻底解决层次的兼容问题）</title>
		<link>http://www.cnzui.com/archives/464</link>
		<comments>http://www.cnzui.com/archives/464#comments</comments>
		<pubDate>Wed, 28 Mar 2012 10:01:03 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[各类技术]]></category>
		<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=464</guid>
		<description><![CDATA[最近对菜单进行了一项改造，在这里给大家分享一下成果。 我们在网上可以看到很多这样的菜单代码，但你会发现，无一例外的会出现因窗口变小后，菜单出现层次问题。为彻底解决这样的问题，我对其进行了一个优化： 1.保持原有的菜单层次结构为基础： 即： &#60;ul&#038;gt[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/464/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Post数据时加号变空格的解决办法</title>
		<link>http://www.cnzui.com/archives/262</link>
		<comments>http://www.cnzui.com/archives/262#comments</comments>
		<pubDate>Fri, 23 Sep 2011 03:29:03 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=262</guid>
		<description><![CDATA[采用Ajax传递数据时，通常会将数据整理为data=&#34;var1=abc&#38;var2=def&#34;。而当数据中存在加号(+)或是连接符(&#38;)时，服务器端接收数据时会有部分数据丢失现象。 分析一下Ajax传递数据的格式与Javascript的语法不难发现：[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/262/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Js框架及插件收集备忘</title>
		<link>http://www.cnzui.com/archives/209</link>
		<comments>http://www.cnzui.com/archives/209#comments</comments>
		<pubDate>Wed, 07 Sep 2011 02:03:55 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=209</guid>
		<description><![CDATA[此文作为备忘，以备用时之需。 JQuery 官方（英文）：http://jquery.com 相关插件： 表格排序类tableSorter：http://tablesorter.com/ 拖动类jquery.event.drag/drop：http://th[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/209/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js函数如何定义默认参数值</title>
		<link>http://www.cnzui.com/archives/162</link>
		<comments>http://www.cnzui.com/archives/162#comments</comments>
		<pubDate>Mon, 18 Jul 2011 09:06:09 +0000</pubDate>
		<dc:creator><![CDATA[LUPIN]]></dc:creator>
				<category><![CDATA[技术文章]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.cnzui.com/?p=162</guid>
		<description><![CDATA[js不能定义函数默认值，比如写function func(arg1=1,arg2=2){}会提示缺少对象。 但我们可以用另外一个方法实现，因为js函数中有个储存参数的数组arguments ，所有函数获得的参数会被编译器挨个保存到这个数组中。于是我们的js版支持参数默认值的函数可以通过[&#8230;&#8230;] Read more]]></description>
		<wfw:commentRss>http://www.cnzui.com/archives/162/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
