ee
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -71,7 +71,11 @@ jQuery( document ).ready(function($) { | ... | @@ -71,7 +71,11 @@ jQuery( document ).ready(function($) { |
| 71 | if(event.which == 13){ | 71 | if(event.which == 13){ |
| 72 | $('#wpsl-s').show(); | 72 | $('#wpsl-s').show(); |
| 73 | } | 73 | } |
| 74 | }); | 74 | }); |
| 75 | |||
| 76 | $(document).on("click","#wpsl-search-btn",function() { | ||
| 77 | $('#wpsl-s').show(); | ||
| 78 | }); | ||
| 75 | 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){ | ... | ... |
-
Please register or sign in to post a comment