From: Anthony Talarico Date: Fri, 8 Jan 2016 20:26:03 +0000 (-0500) Subject: testing expandable hit area jquery click function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e5a9552314060b734e45427ff0280121b08e6ac0;p=WP-Themes%2Fmichsci.git testing expandable hit area jquery click function --- diff --git a/js/app.js b/js/app.js index 2381476..c8d9df5 100644 --- a/js/app.js +++ b/js/app.js @@ -152,8 +152,14 @@ $(document).ready(function () { setTimeout(function() { $(".hitarea").trigger('click'); },10); + setTimeout(function() { + $(".expandable-hitarea").trigger('click'); + },10); $(".hitarea").click(function(){ + }); + $(".expandable-hitarea").click(function(){ + }); }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 33da0e9..44b4fd7 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -132,8 +132,14 @@ $(document).ready(function () { setTimeout(function() { $(".hitarea").trigger('click'); },10); + setTimeout(function() { + $(".expandable-hitarea").trigger('click'); + },10); $(".hitarea").click(function(){ + }); + $(".expandable-hitarea").click(function(){ + }); }); }); \ No newline at end of file