ee
Showing
2 changed files
with
8 additions
and
3 deletions
| ... | @@ -73,8 +73,13 @@ jQuery( document ).ready(function($) { | ... | @@ -73,8 +73,13 @@ jQuery( document ).ready(function($) { |
| 73 | } | 73 | } |
| 74 | }); | 74 | }); |
| 75 | 75 | ||
| 76 | $(document).on("click","#wpsl-search-btn",function() { | 76 | |
| 77 | $('#wpsl-s').show(); | 77 | |
| 78 | $( "#wpsl-search-input" ).focusout(function(e){ | ||
| 79 | if($(this).val() !=""){ | ||
| 80 | $('#wpsl-s').show(); | ||
| 81 | $( "#wpsl-search-btn").click(); | ||
| 82 | } | ||
| 78 | }); | 83 | }); |
| 79 | 84 | ||
| 80 | $( "#register-here" ).on( "keydown", function(event) { | 85 | $( "#register-here" ).on( "keydown", function(event) { | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.30376 | 8 | Version: 1.1.30377 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment