datepicker在我的模态中不起作用

时间:2016-12-08 12:53:58

标签: html5 twitter-bootstrap bootstrap-modal

在index.html中,我使用过这个jQuery

min-width: 1024{}

我已经使用ajax调用Modal在各种页面中使用它现在日期选择器不能正常工作

这是我的Lab6.html

$(document).ready(function(e){
    $('#btnModal').click(function(){
        $.post('Lab6.html',function(xx){
            $('#tmpModal').html(xx)
            $('#myModal').modal('show');
        })
    })
});

日期选择器不在此处

使用了jquery脚本日期选择器功能

0 个答案:

没有答案