mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
class .datepicker turns datepicker on
This commit is contained in:
parent
15b1414d6e
commit
0c98a1ae71
|
@ -15,7 +15,7 @@ $(document).ready( function() {
|
||||||
|
|
||||||
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
$('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); });
|
||||||
|
|
||||||
$('#expirationdate, #fromdate, #todate, #createstartdate, #createenddate, #expirationstartdate, #expirationenddate')
|
$('.datepicker, #expirationdate, #fromdate, #todate, #createstartdate, #createenddate, #expirationstartdate, #expirationenddate')
|
||||||
.datepicker()
|
.datepicker()
|
||||||
.on('changeDate', function(ev){
|
.on('changeDate', function(ev){
|
||||||
$(ev.currentTarget).datepicker('hide');
|
$(ev.currentTarget).datepicker('hide');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user