This could be done with an API call or a form submission etc.
e.g.
$.ajax({
url: queryURL,
method: "GET"
}).then(function(data){
Or using a GET method when passing Form values to a different page or component?
https://www.w3schools.com/jsref/prop_loc_search.asp
This could be done with an API call or a form submission etc.
e.g.
$.ajax({
url: queryURL,
method: "GET"
}).then(function(data){
Or using a GET method when passing Form values to a different page or component?
https://www.w3schools.com/jsref/prop_loc_search.asp