



























<!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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。