1.引入样式和脚本
1 2 3 | < link rel = "stylesheet" type = "text/css" href = "css/jquery.step.css" /> < script src = "js/jquery.step.min.js" ></ script > |
2.初始化插件
1 2 3 4 5 6 | var $step = $( "#step" ); $step.step({ index: 0, time: 500, title: [ "填写申请表" , "上传资料" , "待确认" , "已确认" , "预约完成" ] }); |
3.方法
1 2 3 4 | $step.getIndex(); // 获取当前的index $step.prevStep(); // 上一步 $step.nextStep(); // 下一步 $step.toStep(index); // 跳到指定步骤 |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com