Cryptocurrencies : 0 Total Market Cap : $ 00 B

BTC Dominance : 0 %

Cryptocurrencies : 0

Total Market Cap : $ 00 B

BTC Dominance : 0 %

Trending News

Join our Telegram Community
\
\
\
\
\
\ \
\
\ \ \ \
\
\ \
\
\ \
\
Share
\
\
\
\ \ \ \ \
\ \ \ \ \ \ '; $('#news_container').append(row); // $('#mobile_news_container').append(mobile_row); if (key == (blog_count - 1)) return false; }); $('.streamer').remove(); offset = parseInt(offset) + parseInt(1); $('#load_more_coins').attr('data-value', offset); // var last_page = $response.data.last_page; // // var current_url = "https://coinscapture.com/trending"; // var current_url = $response.data.path; // // console.log(current_url, last_page, page_no); // var page_no = $response.data.current_page; // $('#page-cont-next').empty(); // $('#page-cont-prev').empty(); // $('#page-cont-li').empty(); // if (page_no != 1) { // $('#page-cont-prev').append('
  • Next
  • '); // } // $('#page-cont-li').empty(); // for (let index = page_no, count = 0; index <= last_page; index++, count++) { // if (index == page_no) { // $('#page-cont-li').append('
  • ' + (index.toString()).padStart(2) + '
  • '); // } else { // $('#page-cont-li').append('
  • ' + (index.toString()).padStart(2) + '
  • '); // } // if (index >= last_page || count == 3) { // break; // } // } // // console.log(page_no); // if (page_no != last_page) { // $('#page-cont-next').append('
  • Next
  • '); // } // $("html,body").animate({ // //scrollTop: 0 // }, "slow"); } $('.play').on('click', function() { var id = $(this).attr('data-value'); if ($(this).attr('class') == 'fa fa-play-circle fa-2x play') { $(this).removeClass('fa fa-play-circle fa-2x play'); $(this).addClass('fa fa-pause-circle fa-2x play'); document.getElementById('player-' + id).play(); var minutes = parseInt(document.getElementById('player-' + id).duration / 60, 10); var seconds = parseInt(document.getElementById('player-' + id).duration % 60); $('#total_duration-' + id).html(minutes + " : " + seconds); document.getElementById('player-' + id).ontimeupdate = function() { audioCurrentTime(id) }; } else { $(this).removeClass('fa fa-pause-circle fa-2x play'); $(this).addClass('fa fa-play-circle fa-2x play'); document.getElementById('player-' + id).pause(); } function audioCurrentTime(id) { // Display the current position of the video in a p element with id="demo" var minutes = parseInt(document.getElementById('player-' + id).currentTime / 60, 10); var seconds = parseInt(document.getElementById('player-' + id).currentTime % 60); console.log(minutes + ':' + seconds); document.getElementById('current_time-' + id).innerHTML = minutes + " : " + seconds; } }); }); } -->