testing expandable hit area jquery click function
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:26:03 +0000 (15:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:26:03 +0000 (15:26 -0500)
js/app.js
js/custom/upcp.js

index 2381476..c8d9df5 100644 (file)
--- 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
index 33da0e9..44b4fd7 100644 (file)
@@ -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