随笔分类 -  JQuery

摘要:1.7.2的dialog在ie每次打开对话框在ie都是使内存增长,得到ie浏览器的url切换了才会释放内存,如果把网站做成frame主体的,即进入到网站都是统一的url就是噩梦。 先简单看下dialog的内存增长,打开development-bundle\demos\dialog\modal-form.html,点击”create new user”: 刚打开时候时ie内存... 阅读全文
posted @ 2010-05-02 12:09 Asharp 阅读(4421) 评论(14) 推荐(1) 编辑
摘要:JQuery居然没有操作cookie相关的函数,搜了下官方有个cookie的插件。 简单使用方法:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<head>3<title>JQuery-Cook... 阅读全文
posted @ 2010-04-06 23:23 Asharp 阅读(5843) 评论(0) 推荐(2) 编辑
摘要:textarea默认不支持maxlength属性。 通过JQuery的keyup事件:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<head>3<title>JQuery为textarea添... 阅读全文
posted @ 2010-04-06 22:41 Asharp 阅读(2850) 评论(1) 推荐(1) 编辑