I am currently using the Twitter Bootstrap framework, and when using the modal windows I cannot get over js elements to work like datepicker or validation, though chosen and
// re initialze datepicker $(".bootstrap-datepicker").bsdatepicker({ format: "yyyy-mm-dd", autoclose: true, }).on('changeDate', function (ev) { $(this).bsdatepicker('hide'); }); // $(".dropdown-menu").css({'z-index':'1100'});