Commit 056ba936 by Manzar Hussain

add console

parent 8eae9542
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
$.ajax(settings).done(function (response) { $.ajax(settings).done(function (response) {
$('#bse').text("BSE:"+response.price.regularMarketPrice.raw); $('#bse').text("BSE:"+response.price.regularMarketPrice.raw);
console.log(regularMarketChangePercent.substring(0,1)=='-')
if(regularMarketChangePercent.substring(0,1)=='-') if(regularMarketChangePercent.substring(0,1)=='-')
{ {
$('#bse').parent('li').addClass('down'); $('#bse').parent('li').addClass('down');
......
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