not work search with enter key
-
https://memoshome.com/en/advanced-search/?property_identity=test%20keyword
this is my search result page. If I write something to the Pro ID input on this page and click the Search Button then the property id parameter changes. But if I press enter, the old parameter comes up. I used the following code for the enter key to work. how can i solve this?
$(document).on('keyup keypress keydown', ".ere-search-content input", function (e) { if (e.which == 13) { $('.ere-advanced-search-btn').trigger("click"); } });
Also, there is no reason to search with the enter key in this plugin?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘not work search with enter key’ is closed to new replies.