قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸
قیمت سکه 116,810,000 چهارشنبه ۱۴۰۰/۷/۲۸ بیشتر بخوانید »
عنوان | قیمت زنده | تغییر | کمترین | بیشترین | زمان |
---|---|---|---|---|---|
بیت کوین بر مبنای ریال | 86276583000 | 836671000 | 85706412000 | 87127087000 | ۱۴۰۴/۲/۲۴ ۲۱:۴۲:۱۰ |
بیت کوین کش بر مبنای ریال | 336494800 | 7944900 | 333516500 | 345645900 | ۱۴۰۴/۲/۲۴ ۲۱:۴۲:۱۰ |
اتریوم بر مبنای ریال | 2158766300 | 80054200 | 2135245600 | 2252417200 | ۱۴۰۴/۲/۲۴ ۲۱:۴۲:۱۰ |
تتر بر مبنای ریال | 834450 | 3780 | 830740 | 837750 | ۱۴۰۴/۲/۲۴ ۲۱:۴۴:۱۱ |
دوج کوین بر مبنای ریال | 193000 | 5100 | 200 | 205100 | ۱۴۰۴/۲/۲۴ ۲۱:۴۲:۱۴ |
ریپل بر مبنای ریال | 2121900 | 33000 | 2107500 | 2204900 | ۱۴۰۴/۲/۲۴ ۲۱:۴۳:۳۶ |
setInterval(function(){ let randomN = Math.floor(Math.random() * $('#shortcode-212 tr:visible').not(':first').length); let randomRow = $('#shortcode-212 tr:visible').eq(randomN+1); let price = randomRow.find('td:eq(1)').text(); let diffPrice = randomRow.find('td:eq(2)').text(); let type = Math.round(Math.random()); let change = Math.floor(Math.random() * 100) + 1; change += '0'; if ( type ) { let newPrice = parseInt(price) + parseInt(change); let newDiff = parseInt(diffPrice) + parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#85ef85' }); } else { let newPrice = parseInt(price) - parseInt(change); if (newPrice < 0) { newPrice = 0 } let newDiff = parseInt(diffPrice) - parseInt(change); randomRow.find('td:eq(1)').text(newPrice); randomRow.find('td:eq(2)').text(newDiff); randomRow.css({ 'background-color': '#f96b6b' }); } }, (Math.floor(Math.random() * (40 - 25 + 1)) + 25) * 1000); $('#shortcode-212 tr:visible').click(function() { //window.location = ; window.open($(this).data('href')); });