问题
I installed Jquery-steps plugin and select2 plugin. I put select2 box inside the Wizard form (jquery-steps) and it doesn't work. The list values are not exported in . Outside the wizard select2 works fine.
回答1:
I just had to set $('.class').select2();
AFTER $('#form').steps();
来源:https://stackoverflow.com/questions/23038301/select2-not-working-in-jquery-steps