Commit 7f8c132e by Manzar Hussain

add stock text

parent 04c8b58a
......@@ -253,6 +253,7 @@
};
$.ajax(settings).done(function (response) {
$('#bse').text("BSE:"+response.price.regularMarketPrice.raw);
console.log(response.price.regularMarketPrice);
});
......@@ -268,7 +269,7 @@
};
$.ajax(settings1).done(function (response) {
$('#nse').text(response.price.regularMarketPrice.raw);
$('#nse').text("NSE:"+response.price.regularMarketPrice.raw);
console.log(response.price.regularMarketPrice);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment