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-steps 并将 enablePagination 属性设置为 false (没有“上一个”和“下一个”按钮)。我怎样才能进入下一步?我应该调用什么函数?
好吧,我得到了答案: $("#wizard").steps("next");