ee
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -73,6 +73,10 @@ jQuery( document ).ready(function($) { | ... | @@ -73,6 +73,10 @@ jQuery( document ).ready(function($) { |
| 73 | } | 73 | } |
| 74 | }); | 74 | }); |
| 75 | 75 | ||
| 76 | $(document).on("click","#wpsl-search-btn",function() { | ||
| 77 | $('#wpsl-s').show(); | ||
| 78 | }); | ||
| 79 | |||
| 76 | $( "#register-here" ).on( "keydown", function(event) { | 80 | $( "#register-here" ).on( "keydown", function(event) { |
| 77 | if(event.which == 13){ | 81 | if(event.which == 13){ |
| 78 | $('.wp-block-group.register').toggle(); | 82 | $('.wp-block-group.register').toggle(); | ... | ... |
-
Please register or sign in to post a comment