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 以编程方式在fuelux 向导步骤之间切换?
就像是:
var $wizard = $('#MyWizard').wizard(); $wizard.next()
这可能吗?
很接近!请试试这个:
$('#MyWizard').wizard('next');