bootstrap框架模态框内使用chosen插件

拓拔谭三
2023-12-01

Apply Chosen after the modal is shown.

    $('#modal').on('shown.bs.modal', function () {
        $('.chzn-select', this).chosen();});


翻译自https://stackoverflow.com/questions/17519512/chosen-plugin-displaying-in-bootstrap-modal-not-working-well

 类似资料: