Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够使用 jQuery 关闭正在运行的兜风。为了确定它当前是否在表单上运行,我只是检查是否在页面上找到了 joyride-tip-guide 类。但是我不确定如何使用代码关闭它。我正在使用版本 4.3.2
有任何想法吗?
只是在做 $("#joyrideID").foundation('joyride', 'hide'); 似乎可以解决问题。