文件名称:jQuery商城购物步骤流程代码.zip
文件大小:37KB
文件格式:ZIP
更新时间:2022-07-31 04:18:15
js特效-jQuery商城购物步骤流程代码
jQuery商城购物步骤流程代码是一款支持自定义当前步骤样式代码。 $(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) }
【文件预览】:
jQuery商城购物步骤流程代码
----index.html(1KB)
----php中文网下载站.url(114B)
----js()
--------jquery.min.js(92KB)
--------step.js(3KB)
----php中文网免费下载站.txt(219B)
----css()
--------step.css(919B)