From: Anthony Talarico Date: Mon, 25 Jan 2016 13:18:06 +0000 (-0500) Subject: adding ios touchstart function for blocks X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bf58574398032b6659808a0624e89f7284d2a272;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git adding ios touchstart function for blocks --- diff --git a/js/app.js b/js/app.js index a0bfba2..332ea3e 100644 --- a/js/app.js +++ b/js/app.js @@ -180,6 +180,9 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); + $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + + }); // if($(window).width() <= 1024){ diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index dd219a2..659eef2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -171,6 +171,9 @@ $(document).ready(function () { $("#departOff").val(minDays); } }); + $('#block-1. #block-2, #block-3').bind('touchstart', function(){ + + }); // if($(window).width() <= 1024){