<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园__分类_jquery/JavaScript</title><id>http://feed.cnblogs.com/blog/u/47054/category/218261/rss</id><updated>2012-05-31T17:10:08Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/category/218261.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/47054/category/218261/rss"/><entry><id>http://www.cnblogs.com/dooom/archive/2010/11/26/1888910.html</id><title type="text">（分享）45+ Fresh Out of the oven jQuery Plugins</title><summary type="text">jquery 插件分享</summary><published>2010-11-26T08:49:00Z</published><updated>2010-11-26T08:49:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/11/26/1888910.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/11/26/1888910.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/10/11/1848114.html</id><title type="text">jquery 表情编辑器</title><summary type="text">写了个jquery的表情编辑器，如下：点击弹出表情： 选择表情： 提交按钮获取相应的html： 。jquery的代码很简单：html代码如下：css有些bug，如果大家需要，可以更改相应的css。这边有几个需要注意的：当点击 的时候，弹出两个层。 第一个层包含所有的表情图标，第二个层覆盖当前屏幕，用于获取用户在其他地方点击时候的事件捕获。 对于html的内容替换，主要用正则实现。当然你也可以定义其...</summary><published>2010-10-11T09:57:00Z</published><updated>2010-10-11T09:57:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/10/11/1848114.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/10/11/1848114.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/08/30/1748727.html</id><title type="text">javascript 字符串加密与解密(javascript 征途笔记1)</title><summary type="text">1.编码与解码 (1)使用escape与unescape 进行编码与解码 escape()是一种不完全解码方式，仅仅将字符串中某些字符替换成十六进制的转义序列。 具体点说，除了ASCII字母,数字和标点符号（如@,*,_,+,-,\）之外，所有的字符都被转换成 %xx或%uxxx（x代表十六进制的数字）的转义序列. 例如：代码Code highlighting produced by Actipr...</summary><published>2010-08-30T09:02:00Z</published><updated>2010-08-30T09:02:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/08/30/1748727.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/08/30/1748727.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/08/28/1810647.html</id><title type="text">自己写的一个jquery　弹出层控制插件</title><summary type="text">效果如下: 当鼠标移动到版主管理，显示用户管理层，位置为其下方，鼠标从该层上方移走，该层隐藏。jquery 类：代码html 页面使用方法:代码这边有个问题：如果想控制的方式为：不是从该层上移走隐藏，而是在弹出层之外的地方点击隐藏，大家有什么好的实现办法？</summary><published>2010-08-28T02:20:00Z</published><updated>2010-08-28T02:20:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/08/28/1810647.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/08/28/1810647.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/04/20/1715819.html</id><title type="text">图片 上一张 下一张 链接效果（续篇）</title><summary type="text">很久没写文章了，这段时间一直在做类似鲜果的一个应用和数据采集，还有就是对企业和个人成长的思考。 前段时间写了篇图片 上一张 下一张 链接效果，后来看到 jquery插件封装，手里痒痒的，拿这个例子做ex. 封装后的JS源码：代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlig...</summary><published>2010-04-19T17:00:00Z</published><updated>2010-04-19T17:00:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/04/20/1715819.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/04/20/1715819.html"/><content type="text">很久没写文章了，这段时间一直在做类似鲜果的一个应用和数据采集，还有就是对企业和个人成长的思考。 前段时间写了篇图片 上一张 下一张 链接效果，后来看到 jquery插件封装，手里痒痒的，拿这个例子做ex. 封装后的JS源码：代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlig...</content></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/03/12/1684216.html</id><title type="text">图片 上一张 下一张 链接效果</title><summary type="text">人人网相册和酷狗音乐网站上面当鼠标移动到图片上面，鼠标的形状会根据其在图片上的位置改变。贴个实现方法：代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;&lt;!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transi...</summary><published>2010-03-12T05:37:00Z</published><updated>2010-03-12T05:37:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/03/12/1684216.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/03/12/1684216.html"/><content type="text">人人网相册和酷狗音乐网站上面当鼠标移动到图片上面，鼠标的形状会根据其在图片上的位置改变。贴个实现方法：代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;&lt;!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transi...</content></entry><entry><id>http://www.cnblogs.com/dooom/archive/2010/01/27/1657841.html</id><title type="text">在JavaScript 使用命名空间</title><summary type="text">在JavaScript中使用命名空间，更便于方法的重用和管理。直接贴源码在模板页MasterPage.master中添加：代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;&lt;scripttype="text/javascript"&gt;var...</summary><published>2010-01-27T12:42:00Z</published><updated>2010-01-27T12:42:00Z</updated><author><name>clound</name><uri>http://www.cnblogs.com/dooom/</uri></author><link rel="alternate" href="http://www.cnblogs.com/dooom/archive/2010/01/27/1657841.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/dooom/archive/2010/01/27/1657841.html"/><content type="text">在JavaScript中使用命名空间，更便于方法的重用和管理。直接贴源码在模板页MasterPage.master中添加：代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--&gt;&lt;scripttype="text/javascript"&gt;var...</content></entry></feed>
