<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_晓风_分类_Javascript&amp;DHTML&amp;CSS</title><id>http://feed.cnblogs.com/blog/u/11636/category/66689/rss</id><updated>2012-05-27T23:27:13Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/category/66689.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/11636/category/66689/rss"/><entry><id>http://www.cnblogs.com/Jinglecat/archive/2009/02/20/1394744.html</id><title type="text">设置多行 TextBox 滚动条位置</title><summary type="text">多行 TextBox 刷新后默认回到首行，通过设置 txt.scrollTop=txt.scrollHeight 强制滚动尾行：[代码]</summary><published>2009-02-20T05:20:00Z</published><updated>2009-02-20T05:20:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2009/02/20/1394744.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2009/02/20/1394744.html"/><content type="text">多行 TextBox 刷新后默认回到首行，通过设置 txt.scrollTop=txt.scrollHeight 强制滚动尾行：[代码]</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/10/09/917671.html</id><title type="text">两个无法理解的 JS 错误</title><summary type="text"/><published>2007-10-08T19:16:00Z</published><updated>2007-10-08T19:16:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/10/09/917671.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/10/09/917671.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html</id><title type="text">一种简单实用的 AjaxPro 调试/错误处理方式</title><summary type="text"/><published>2007-07-13T18:58:00Z</published><updated>2007-07-13T18:58:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/14/817812.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/11/814693.html</id><title type="text">通过 javascript 在光标处插入文本</title><summary type="text"/><published>2007-07-11T14:22:00Z</published><updated>2007-07-11T14:22:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/11/814693.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/11/814693.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html</id><title type="text">如何把 DropDownList 某一个 Item 的 Text 改成粗体 ?</title><summary type="text"/><published>2007-07-06T15:43:00Z</published><updated>2007-07-06T15:43:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/07/06/809157.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/06/08/776000.html</id><title type="text">始终保持打开同一个子窗口以及关闭父窗口同时自动关闭所有子窗口</title><summary type="text">1.点击一个可以打开新窗体的链接，如何实现如果窗体已打开，则将焦点转到已打开的窗体，否则打开新窗体。难点：如何判断窗体已打开，及将将打开的窗体Active？2.如何实现一个主窗体关闭时，将所有 打开的其他相关窗体一起关闭？虽然是有点变态，还硬是将他基本实现了，希望不会有太多潜在bug～现在有点崇拜那句话了，"nothing is impossible!"，当然前提是要合理的^_^欢迎拍砖～BTW：第一次发首页文章不知道合适不合适:D</summary><published>2007-06-07T18:28:00Z</published><updated>2007-06-07T18:28:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/06/08/776000.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/06/08/776000.html"/><content type="text">1.点击一个可以打开新窗体的链接，如何实现如果窗体已打开，则将焦点转到已打开的窗体，否则打开新窗体。难点：如何判断窗体已打开，及将将打开的窗体Active？2.如何实现一个主窗体关闭时，将所有 打开的其他相关窗体一起关闭？虽然是有点变态，还硬是将他基本实现了，希望不会有太多潜在bug～现在有点崇拜那句话了，"nothing is impossible!"，当然前提是要合理的^_^欢迎拍砖～BTW：第一次发首页文章不知道合适不合适:D</content></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2007/06/07/775840.html</id><title type="text">屏蔽 PK 破解</title><summary type="text"/><published>2007-06-07T14:35:00Z</published><updated>2007-06-07T14:35:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2007/06/07/775840.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2007/06/07/775840.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2006/10/18/532764.html</id><title type="text">document.getElementsByName &amp; document.getElementById 在IE与FF中不同实现</title><summary type="text"/><published>2006-10-18T09:47:00Z</published><updated>2006-10-18T09:47:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2006/10/18/532764.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2006/10/18/532764.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2006/09/23/512763.html</id><title type="text">由于 td 的 colspan导致的问题</title><summary type="text"/><published>2006-09-23T09:33:00Z</published><updated>2006-09-23T09:33:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2006/09/23/512763.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2006/09/23/512763.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/Jinglecat/archive/2006/08/10/473834.html</id><title type="text">关于JS实现客户端保存网页</title><summary type="text"/><published>2006-08-10T15:23:00Z</published><updated>2006-08-10T15:23:00Z</updated><author><name>晓风残月</name><uri>http://www.cnblogs.com/Jinglecat/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Jinglecat/archive/2006/08/10/473834.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Jinglecat/archive/2006/08/10/473834.html"/><content type="text"/></entry></feed>
