slimscroll
プラグインを統合しようとしている Bootsrap モーダルを使用しています。しかし、それは機能していません。
ここに私のコードがあります:
$("#refinequery").on('show.bs.modal', function (e) {
var form = $(this).find('form');
that.locationDetails(form, that.formInfo.disciplineProperties);
that.queryDetails(form, that.bodyDetails );
$('.modal-dialog').css({
height : $( window ).height()*1,
"overflow-y":'auto'
});
}).on('shown.bs.modal', function () {
$(this).slimscroll({}); //not working properly all are collapsed!
}).modal();