From: Anthony Talarico Date: Mon, 2 Nov 2015 18:11:07 +0000 (-0500) Subject: html5 datepicker does not have full cross browser support, tested working in chrome... X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=69274af4c9ebe5ea956e489c625277bc5b2070f4;p=WP-Themes%2Fglmthemes%2Fbpla-theme.git html5 datepicker does not have full cross browser support, tested working in chrome 46. Iphone rolling datepicker does not block dates --- diff --git a/js/app.js b/js/app.js index a2770d2..8850275 100644 --- a/js/app.js +++ b/js/app.js @@ -77,11 +77,7 @@ $(document).ready(function () { y = today.getFullYear(); requiredDate = y + '-' + m + '-' + d; // $("#dateOff1").attr("min", requiredDate); - - $("#dateOff1").change(function () { - - }); - $("dateOff1").validate(); + // $("#date1").val(requiredDate); $("#date1").datepicker({ minDate: 2, diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index c61265d..ec174be 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -68,11 +68,7 @@ $(document).ready(function () { y = today.getFullYear(); requiredDate = y + '-' + m + '-' + d; // $("#dateOff1").attr("min", requiredDate); - - $("#dateOff1").change(function () { - - }); - $("dateOff1").validate(); + // $("#date1").val(requiredDate); $("#date1").datepicker({ minDate: 2, diff --git a/parts/off-canvas-menu.php b/parts/off-canvas-menu.php index db236c6..803fd70 100644 --- a/parts/off-canvas-menu.php +++ b/parts/off-canvas-menu.php @@ -24,7 +24,7 @@
- +