jquery网站功能介绍步骤

所属分类:UI-弹出层

 38345  453  查看评论 (18)
分享到微信朋友圈
X
jquery网站功能介绍步骤 ie兼容6
$(document).ready(function() {
	$("#btnStart").click(function() {
		introJs().setOptions({
			nextLabel: '下一步 →',
			prevLabel: '← 上一步',
			skipLabel: '跳过',
			doneLabel: "完成",
			exitOnOverlayClick: false,
			exitOnEsc: false,
			showBullets: false
		}).start();
	});
});

/*
Options:

    steps: For defining steps using JSON configuration (see this example)
    nextLabel: Next button label
    prevLabel: Previous button label
    skipLabel: Skip button label
    doneLabel: Done button label
    tooltipPosition: Default tooltip position
    tooltipClass: Adding CSS class to all tooltips
    exitOnEsc: Exit introduction when pressing Escape button, true or false
    exitOnOverlayClick: Exit introduction when clicking on overlay layer, true or false
    showStepNumbers: Show steps number in the red circle or not, true or false
    keyboardNavigation: Navigating with keyboard or not, true or false
    showButtons: Show introduction navigation buttons or not, true or false
    showBullets: Show introduction bullets or not, true or false
    scrollToElement: Auto scroll to highlighted element if it's outside of viewport, true or false
    overlayOpacity: Adjust the overlay opacity, Number

 */



相关插件-弹出层

jQuery制作侧边悬浮折叠影藏弹窗特效

jQuery制作侧边悬浮折叠影藏弹窗特效
  弹出层
 40566  409

悬浮九宫格菜单jQuery插件

悬浮九宫格菜单jQuery插件
  弹出层
 47174  447

jquery网站功能介绍步骤

网站功能介绍步骤,可以引导用户该怎么操作,或者应该做什么
  弹出层
 38346  453

jQuery遮罩弹窗居中

jQuery遮罩弹窗始终屏幕剧中,调用简单代码少。
  弹出层
 57003  481

讨论这个项目(18)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    cephas 0
    2018/8/29 15:00:37
    ─━☆Snail 0
    2018/6/28 19:48:06
    由于没有JQ币,求楼主发一份到我邮箱好吗,灰常感谢了!邮箱:1609205468@qq.com 回复
    君が好きだと叫びたい 0
    2018/1/16 17:18:38
    这个用在vue组件上好用吗 回复
    SiriBen 0
    2016/10/5 16:10:06
    有没有谁下了,分享下呗
        肠子挂在腰上0
        2017/2/27 14:40:49
        同问
    回复
    杨小爷 0
    2016/6/14 16:06:47
    IE7不支持querySelectorAll选择器,这里还IE7还打钩…… 回复
    呆瓜`ノ 0
    2016/5/21 17:05:42
    caizhihua 0
    2016/5/19 16:05:01
    不错,东西不错 回复
    你大爷 0
    2016/4/3 22:04:56
    RAY 0
    2016/1/13 15:01:46

    不错,正是想要的

    回复
    Y.Q 0
    2015/11/11 14:11:06
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复