bootstrapQ
bootstrapQ copied to clipboard
bootstrap封装,增强,常用插件
Results
2
bootstrapQ issues
Sort by
recently updated
recently updated
newest added
1.alert 2.confirm 3.dialog 4.msg id="bsmodal" 不能写死,或者直接在使用其中一个 提示先把 bsmodal在body下已经存在,会出现问题。先把其清除。 // add if($('#bsmodal')){ $('#bsmodal').remove(); } $('body').append(bootstrapQ.modalstr(opt));