Commit 0effceea by Manzar Hussain

add nse text

parent 6bedc677
......@@ -268,6 +268,7 @@
};
$.ajax(settings1).done(function (response) {
$('#nse').text(response.price.regularMarketPrice);
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