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 插件和 select2 插件。我将 select2 框放在向导表单(jquery-steps)中,但它不起作用。列表值不会以 . 在向导之外 select2 工作正常。
我只需要设置$('.class').select2(); 之后 $('#form').steps();
$('.class').select2();
$('#form').steps();