Trying out top-search search-button loading message on submit
authorLaury GvR <laury@gaslightmedia.com>
Wed, 8 Nov 2017 17:18:15 +0000 (12:18 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 8 Nov 2017 17:18:15 +0000 (12:18 -0500)
js/app.js
js/custom/headerSearch.js

index 470945c..dbeed35 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -52,6 +52,10 @@ $(document).ready(function () {
 
 
     };
+    
+    $('.search-button').on('click', function() {
+        location_button.attr('value','Loading...');
+    })
 
     // member info data on change
     counties.on('change', function(){
index c58e24c..7f8fc78 100644 (file)
@@ -43,6 +43,10 @@ $(document).ready(function () {
 
 
     };
+    
+    $('.search-button').on('click', function() {
+        location_button.attr('value','Loading...');
+    })
 
     // member info data on change
     counties.on('change', function(){