一些时候告诉我们的用户该怎样做,特别是填写一些复杂的表格时。
预览:代码:
/* jQuery autohelp Copyright Dylan Verheul
<
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
/> * Licensed like jQuery, see http://docs.jquery.com/License
*/
$.fn.autohelp = function(t, o) {
t = $(t); o = o || {};
var h;
this.focus(function() { h = t.html(); (o.hide ? t.show() : t).html(this.title); })
.blur(function() { (o.hide ? t.hide() : t).html(h); });
return this;
}本文来源:http://www.dyve.net/jquery/?autohelp文件下载
Set as favorite
Bookmark
Email This
Hits: 1992
Comments (0)

Write comment
| < Prev | Next > |
|---|
Newer news items:
- 05/11/2007 07:50 - CSS Dock Menu(jquery)
- 04/11/2007 20:02 - AutoComplete - JQuery
- 03/11/2007 07:29 - jTagging(jquery)
- 11/10/2007 01:01 - NiceJForm完美提交表单(jquery插件)
- 10/10/2007 07:30 - jQuery的表单校验插件validate
Older news items:
- 08/10/2007 04:46 - LavaLamp菜单
- 17/09/2007 20:50 - 用jQuery进行两次确定提交
- 17/09/2007 18:02 - 基于jquery的进度条
- 17/09/2007 08:35 - 基于jQuery的密码强度验证







