惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
小众软件
小众软件
J
Java Code Geeks
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
腾讯CDC
L
LangChain Blog
博客园 - 司徒正美
量子位
Y
Y Combinator Blog
C
Check Point Blog
T
Tailwind CSS Blog
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
云风的 BLOG
云风的 BLOG
A
About on SuperTechFans
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
V
V2EX
阮一峰的网络日志
阮一峰的网络日志

博客园 - sonkoto

HTML5添加的一些常用新标签 css判断ie浏览器 [jQuery] table表格 [jQuery] menu_Sliding(menu 滑动) [jQuery]animated-hover [jQuery]animate(滑块滑动) [jQuery]图片更换 [jQuery] simple-disappear (消失的例子)——【转】 [转]jQuery formValidator【表达校验插件】 table Editor[table排序] [转]jQuery源码解读---执行过程分析 [JQuery Cycle Plugin] 图片轮换 [jQuery] 漂亮的menu+样式表切换 JQuery Cycle Plugin (jQuery循环插件_图片轮换) [转]JQuery效果展示--不看后悔N辈子 [转]DOV+CSS表单:超炫的单选框与复选框效果! [转]【★】javascript 常用代码 超经典! 【转】jQuery下拉框,单选框,多选框整理 Flash:百叶窗 效果
[jQuery] jQuery Plugins by Dylan Verheul
sonkoto · 2008-07-18 · via 博客园 - sonkoto


代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0036)http://www.dyve.net/jquery/?autohelp -->
<html>
<head>
<title>jQuery Plugins by Dylan Verheul</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<script src="images/jquery.js" type=text/javascript></script>
<script src="images/jquery.autohelp.js" type=text/javascript></script>
</head>
<body>
<form>
  <input title="Type something" name="demo1">
  <select title="select something" name="demo2">
    <option value="0" selected>select</option>
    <option value="0">jj</option>
  </select>
  <input title="Pick one (like foo)" type="radio" value="foo" name="demo3">
  foo
  <input title="Pick one (like bar)" type="radio" value="bar" name="demo3">
  bar
</form>
<p id=autohelp>Focus on one of the form elements above.</p>
<script type=text/javascript>
 $(document).ready(function() {
  $("form *").autohelp("#autohelp");
 });
</script>
</body>
</html>

参考网址:

http://www.dyve.net/jquery/?autohelp
下载文件:/Files/sonkoto/jQuery_Plugins_by_Dylan_Verheul.rar