Select2 not working in Jquery-Steps

拜拜、爱过 提交于 2021-01-27 02:13:10

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!