Сообщение от Ketlller
|
или эта
targetUrl_PZM_USD_Livecoin = 'https://api.livecoin.net/exchange/order_book?currencyPair=ETH/USD';
|
Как вариант...
var url = 'https://api.livecoin.net/exchange/order_book?currencyPair=ETH/USD';
url=url.replace(/=[^=]+/,'=new/type');
alert(url);