jquery-steps 介绍
一个功能强大的jQuery向导插件,支持可访问性和html5。 jQuery Steps是为jQuery编写的轻量级向导UI组件。
例子
<!DOCTYPE html>
<html>
<head>
<title>Demo</title>
<Meta charset="utf-8">
<script src="jquery.js"></script>
<script src="jquery.steps.js"></script>
<link href="jquery.steps.css" rel="stylesheet">
</head>
<body>
<script>
$("#wizard").steps();
</script>
<div id="wizard"></div>
</body>
</html>
网站地址:http://www.jquery-steps.com
GitHub:https://github.com/rstaib/jquery-steps
jquery-steps
官方网站:http://www.jquery-steps.com
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。