jQuery - 参考资料 - onbeforeunload Event (BODY, FRAMESET, window):
[onbeforeunload Event (BODY, FRAMESET, window): - 文档]
http://msdn2.microsoft.com/en-us/library/ms536907.aspx
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGe阅读全文>
发表于 @ 2008年03月22日 15:29:00|评论(loading...)|收藏
jQuery - plugins插件 - Jeditable原位置编辑器插件
[示例]
[Jeditable原位置编辑器插件 - 文档]
http://plugins.jquery.com/project/jeditable
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.boar阅读全文>
发表于 @ 2008年03月22日 15:16:00|评论(loading...)|收藏
jQuery - 文档 - 首页
[首页 - 文档]
http://docs.jquery.com/Main_Page
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
http://bbs.pku.edu.cn/, homepage看版
http://forum.csdn.net/SList/JavaScript/
[jQuery -阅读全文>
发表于 @ 2007年12月30日 22:04:00|评论(loading...)|收藏
jQuery - 参考资料 - JavaScript性能测试
[SunSpider JavaScript Benchmark:]
http://webkit.org/perf/sunspider-0.9/sunspider.html
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
http://bbs.pku.edu.cn/, homep阅读全文>
发表于 @ 2007年12月22日 19:54:00|评论(loading...)|收藏
jQuery - 参考资料 - fireEvent Method (A, ABBR, ACRONYM, ...):
[jQuery - 参考资料 - fireEvent Method (A, ABBR, ACRONYM, ...): - 文档]
http://msdn2.microsoft.com/en-us/library/ms536423.aspx
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http阅读全文>
发表于 @ 2007年12月22日 19:29:00|评论(loading...)|收藏
jQuery - 参考资料 - complete Property (IMG, INPUT, INPUT type=image):
[complete Property (IMG, INPUT, INPUT type=image): - 文档]
http://msdn2.microsoft.com/en-us/library/ms533688.aspx
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http:阅读全文>
发表于 @ 2007年12月02日 21:51:00|评论(loading...)|收藏
jQuery - 参考资料 - parseInt Method (JScript 5.6):
[parseInt - ECMA标准]
parseInt (string , radix)
The parseInt function produces an integer value dictated by interpretation of the contents of the
string argument according to the specified radix. Leading whitespace in the string is ignored. If radix
is undefined or 0, it is assumed to be 10 except when the number begins with the character pairs 0x
or 0X, in which case a radix of 16 is assumed. Any radix-16 number may also optionally begin with
阅读全文>
发表于 @ 2007年12月02日 18:49:00|评论(loading...)|收藏
jQuery - 参考资料 - close Method (window):
[close Method (window): - 文档]
http://msdn2.microsoft.com/en-us/library/ms536367.aspx
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 下载地址]
当前版本, http://docs.jquery.com/Release:jQuery_1.2.1
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
http://bbs.pku.edu.cn/,阅读全文>
发表于 @ 2007年12月02日 18:17:00|评论(loading...)|收藏
jQuery - 综合实例 - 固定表头,滚动表格内容
[源代码]
阅读全文>
发表于 @ 2007年12月02日 12:14:00|评论(loading...)|收藏
jQuery - Manipuliation操作 - after在每个匹配的元素之后插入内容
Manipulation/after
after( content )
Overview
Insert content after each of the matched elements.
Overview - Demo
Inserts some HTML after all paragraphs.
$("p").after("Hello");
Overview - View Source
p { background:yellow; }
Hello
I would like to say:
[after在每个匹配的元素之后插入内容 - 文档]
http://docs.jquery.com/Manipulation/after
[jQuery - 官方网站]
http://jquery阅读全文>
发表于 @ 2007年11月27日 00:00:00|评论(loading...)|收藏
jQuery - 综合实例 - Pre标签在IE与Firefox下效果相对理想的换行处理
[代码]
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 当前版本]
http://docs.jquery.com/Release:jQuery_1.2
[jQuery - 其他下载地址]
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebD阅读全文>
发表于 @ 2007年11月18日 22:29:00|评论(loading...)|收藏
jQuery - 综合实例 - 文本输入区域与标签自动更换
[代码]
beforetextareaaftertextarea
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 当前版本]
http://docs.jquery.com/Release:jQuery_1.2
[jQuery - 其他下载地址]
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
阅读全文>
发表于 @ 2007年11月16日 21:54:00|评论(loading...)|收藏
jQuery - 综合实例 - 密码输入框与标签自动更换
[代码]
beforepasswordafterpassword
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 当前版本]
http://docs.jquery.com/Release:jQuery_1.2
[jQuery - 其他下载地址]
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
阅读全文>
发表于 @ 2007年11月16日 21:48:00|评论(loading...)|收藏
jQuery - 综合实例 - 文本输入框与标签自动更换
[代码]
beforetextaftertext
[jQuery - 官方网站]
http://jquery.com/
[jQuery - 当前版本]
http://docs.jquery.com/Release:jQuery_1.2
[jQuery - 其他下载地址]
下载列表, http://docs.jquery.com/Downloading_jQuery
最新代码, http://code.jquery.com/nightlies/jquery-nightly.js
[jQuery - 相关论坛]
http://groups.google.com/group/jquery-en
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
http://b阅读全文>
发表于 @ 2007年11月16日 21:37:00|评论(loading...)|收藏
jQuery - Events事件 - click单击
jQuery支持绑定HTML元素的click事件,函数的第一个参数是event对象,在IE中,使用event.srcElement获取触发事件的对象,而在Firefox中,使用 event.target获取触发事件的对象,jQuery并没有对该事件进行封装。为了避免判断浏览器类型,可以使用this变量。
click( ) - Overview概述
Triggers the click event of each matched element.
触发每个匹配元素的单击事件。
Causes all of the functions that have been bound to that click event to be executed.
click( ) - Examples - Code
To trigger the click event on all of the paragraphs on the page:
$("p").click();
click( fn ) - Overv阅读全文>
发表于 @ 2007年11月13日 22:25:00|评论(loading...)|收藏