[B]html[/B]
<p>Введите пару торгову : <input type="text" id="new_type" value="ETH_USD"> </p>
[B]js[/B]
var new_type= $('#new_type');
targetUrl = 'https://btc-alpha.com/api/v1/orderbook/BTC_USD/';
targetUrl=targetUrl.replace(/[^\/]+(?=\/$)/,'new_type');
как передать со страницы new_type в ссылку чтоб заменить BTC_USD на new_type ?
где там ошибка допущена?(