摘要:
JQuery居然没有操作cookie相关的函数,搜了下官方有个cookie的插件。 简单使用方法:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<head>3<title>JQuery-Cook... 阅读全文
摘要:
textarea默认不支持maxlength属性。 通过JQuery的keyup事件:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<head>3<title>JQuery为textarea添... 阅读全文