From: Anthony Talarico Date: Mon, 25 Jan 2016 21:59:49 +0000 (-0500) Subject: testing calendar icon click X-Git-Tag: v1.0.0^2~104 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=33ebe38fbedbf88ab8f17726f0cc030125d51f0b;p=WP-Themes%2Fsaultstemarie.git testing calendar icon click --- diff --git a/js/app.js b/js/app.js index b062f98..98d446a 100644 --- a/js/app.js +++ b/js/app.js @@ -74,9 +74,11 @@ $(document).ready(function () { }); } }; + $("#arriveCal").click(function () { $("#arrive").datepicker("show"); }); + $("#departCal").click(function () { $("#depart").datepicker("show"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index b4e9bee..94d07be 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -65,9 +65,11 @@ $(document).ready(function () { }); } }; + $("#arriveCal").click(function () { $("#arrive").datepicker("show"); }); + $("#departCal").click(function () { $("#depart").datepicker("show"); });