-
H5 jQuery分步流程插件.zip下载
资源介绍
代码片段:
$(function () {
initStep();
});
function initStep() {
$(".steps").step({
stepNames: ['购买', '付款', '发货', '收货', '评价', '完成'],
initStep: 3
})
}
function previousStep() {
$(".steps").step("previous");
}
function nextStep() {
$(".steps").step("next");
}
function gotoStep(step) {
$(".steps").step("goto", step)
}
- 上一篇: 简单的9个页面静态网页,适合做个人博客,适合课程设计
- 下一篇: 网页课程设计 网页制作 网页