I have some code like this,
and now I want to redirect lik
you can do it simpler without jquery
location = "https://example.com/" + txt.value
function send() { location = "https://example.com/" + txt.value; }
Send