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向导 插件
jquery-steps官方网站
官方网站: http://www.jquery-steps.com
如果觉得 网站内容还不错,欢迎将 网站 推荐给程序员好友。
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did174626