﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>博客园-Just   do   it!-随笔分类-JavaScript</title><link>http://www.cnblogs.com/JustDI/category/97513.html</link><description>去想,去做,去努力,去奋斗,自己的未来是由自己改变的.</description><language>zh-cn</language><lastBuildDate>Sat, 17 May 2008 17:47:01 GMT</lastBuildDate><pubDate>Sat, 17 May 2008 17:47:01 GMT</pubDate><ttl>60</ttl><item><title>浅谈JavaScript中的事件</title><link>http://www.cnblogs.com/JustDI/archive/2008/02/19/1071876.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Tue, 19 Feb 2008 05:30:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2008/02/19/1071876.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/1071876.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2008/02/19/1071876.html#Feedback</comments><slash:comments>8</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/1071876.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/1071876.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要:       事件在javascript中是响应用户的一种基本操作,本文列举了两种javascript中的事件模型及其绑定的方式,希望能对你的学习带来一点帮助.这些都是非常基础的但或许其中有你所遗漏&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2008/02/19/1071876.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/1071876.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2008-02-19 13:30 <a href="http://www.cnblogs.com/JustDI/archive/2008/02/19/1071876.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>xmlHttpRequest实践之无刷新验证用户名</title><link>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Fri, 01 Feb 2008 02:28:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/1058870.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html#Feedback</comments><slash:comments>12</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/1058870.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/1058870.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 现在好多网站上的注册都用了无刷新验证用户名,这种效果咋看感觉很复杂很难实现,其实它里面用到了Ajax中的核心xmlHttpRequest这个类, 如果只是单单想实现这个效果,压根就不用引用Ajax.Net中的组件,因为感觉有点大材小用,下面是具体实现这种效果的方法,希望能给初学Ajax的朋友带来一点帮助.&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/1058870.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2008-02-01 10:28 <a href="http://www.cnblogs.com/JustDI/archive/2008/02/01/1058870.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在B/S中常用JavaScript(实用型)</title><link>http://www.cnblogs.com/JustDI/archive/2007/06/26/795938.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Tue, 26 Jun 2007 02:46:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/26/795938.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/795938.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/26/795938.html#Feedback</comments><slash:comments>4</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/795938.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/795938.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 1.页面自动更新&lt;metahttp-equiv="refresh"content="60;url=http://my.bipage.ca/ltjk/index1.htm"&gt;2.网页自动...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/26/795938.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/795938.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-26 10:46 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/26/795938.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>在B/S中经常使用的JavaScript(验证类)</title><link>http://www.cnblogs.com/JustDI/archive/2007/06/25/795120.html</link><dc:creator>JustDI</dc:creator><author>JustDI</author><pubDate>Mon, 25 Jun 2007 08:10:00 GMT</pubDate><guid>http://www.cnblogs.com/JustDI/archive/2007/06/25/795120.html</guid><wfw:comment>http://www.cnblogs.com/JustDI/comments/795120.html</wfw:comment><comments>http://www.cnblogs.com/JustDI/archive/2007/06/25/795120.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnblogs.com/JustDI/comments/commentRss/795120.html</wfw:commentRss><trackback:ping>http://www.cnblogs.com/JustDI/services/trackbacks/795120.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 在b/s开发中经常用到的javascript技术一、验证类1、数字验证类1.1整数&nbsp;&nbsp;&nbsp;&nbsp;/^(-|\+)?\d+$/.test(str)1.2大于...&nbsp;&nbsp;<a href='http://www.cnblogs.com/JustDI/archive/2007/06/25/795120.html'>阅读全文</a><img src ="http://www.cnblogs.com/JustDI/aggbug/795120.html?type=1" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://JustDI.cnblogs.com/" target="_blank">JustDI</a> 2007-06-25 16:10 <a href="http://www.cnblogs.com/JustDI/archive/2007/06/25/795120.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>