默认初始化select2

This commit is contained in:
shuzheng 2017-02-26 01:11:24 +08:00
parent ada54cc3ba
commit 7126c8f565
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ $(function() {
$(this).parent().find('label').removeClass('active');
}
});
// select2初始化
$('select').select2();
});
// 动态高度
function getHeight() {