SER:90/8 (20.0) | Live Cricket Score | SVN vs SER | ser in svn 3 t20is 2024 | Cricket Scoreboard – NDTV Sports (2024)

' + fow_text + ':

'; } else { updatedHtml += '

Advertisem*nt

'; if (bowlerininning.length > 0) { for (var b = 0; b < bowlerininning.length; b++) { var startext = ""; var starcss = ""; var playerEntity_info = $.grep(entity_data, function (v) { return v.SOURCE_OBJECT_ID.toLowerCase() == bowlerininning[b]["Bowler"] }); if (bowlerininning[b]["Isbowlingtandem"] != undefined && bowlerininning[b]["Isbowlingtandem"] == "true") { starcss = "highlight_tdta"; } if (bowlerininning[b]["Isbowlingnow"] != undefined && bowlerininning[b]["Isbowlingnow"].toString() == "true") { startext = "*"; } updatedHtml += ''; if (playerEntity_info.length > 0 && playerEntity_info != undefined && lang == "") { playerEntity_info = playerEntity_info[0]; updatedHtml += ''; } else { updatedHtml += ''; } updatedHtml += ''; if (bowlerininning[b]["Isbowlingnow"] != undefined && bowlerininning[b]["Isbowlingnow"].toString() == "true" && match_content.Matchdetail["Status_Id"] != "114") { var currentover = Math.trunc(data.Innings[lastinning]["Overs"]); if (data.Innings[lastinning]["Overs"].indexOf(".0") != -1) { currentover = currentover - 1; } updatedHtml += ''; } } } updatedHtml += '
BowlingOMRWEcon
' + playerEntity_info.ENTITY_DISPLAY_NAME + '' + startext + '' + match_content.Teams[bowlingteam]["Players"][bowlerininning[b]["Bowler"]]["Name_Full"] + '' + startext + '' + bowlerininning[b]["Overs"] + '' + bowlerininning[b]["Maidens"] + '' + bowlerininning[b]["Runs"] + '' + bowlerininning[b]["Wickets"] + '' + bowlerininning[b]["Economyrate"] + '

'; var ball_count = 1; var totalruns = 0; var total_over = ""; try { $.each(bowlerininning[b]["ThisOver"], function (i, item) { totalruns = parseInt(totalruns) + parseInt(item["B"]); }) } catch (e) { } if (parseInt(totalruns) > 1) { total_over = totalruns.toString() + " runs"; } else { total_over = totalruns.toString() + " run"; } updatedHtml += '' + total_over + '

    '; try { $.each(bowlerininning[b]["ThisOver"], function (i, item) { if (item["T"].toString().toLowerCase() == "") { var runs = parseInt(item["B"]); updatedHtml += '
  • ' + runs + '
  • '; } else { var events = item["T"].toLowerCase(); var runs = parseInt(item["B"]); updatedHtml += '
  • ' + events + '
  • '; } }) } catch (e) { } updatedHtml += '

'; //$("#inng-slds-scr-dtl").html(updatedHtml); if ($("#inng_det_" + (crrinngS_so - 1)).length == 0) { updatedHtml = '

' + updatedHtml + '

'; if (__matchStatusId != "114") { $("#inng-slds-scr-dtl").prepend(updatedHtml); } else { $("#inng-slds-scr-dtl").append(updatedHtml); } } else { document.getElementById('inng_det_' + (crrinngS_so - 1)).innerHTML = updatedHtml; } latestOver_[__scorecard_matchid + "_inndet_" + currentBattingteam + "_" + crrinngS_so] = data.Innings[lastinning]["Overs"]; scr_crd_tbB.update(); scr_crd_tbB = new Swiper('.scr_crd_tbB', { direction: 'horizontal', autoHeight: true, auto: false, onSlideChangeEnd: function (swiper) { var n = swiper.activeIndex; setCurrentSlide($(".scr_crd_tbA .swiper-slide").eq(n), n); scr_crd_tbA.slideTo(n, 500, false); } }); scr_crd_tbB.update(); scr_crd_tbB.slideTo(0, 500, false); //var swiper_fow = new Swiper('.fal_wkt-wrp', { // slidesPerView: 'auto', // spaceBetween: 0, // freeMode: true //}); var swiper_fow = new Swiper('.fal_wkt-wrp', { slidesPerView: 'auto', spaceBetween: 0, freeMode: true, resistanceRatio: 0, touchRatio: 0, nextButton: '.fal_wkt-cnt .swiper-button-next', prevButton: '.fal_wkt-cnt .swiper-button-prev', breakpoints: { 768: { touchRatio: 1, }, } }); AddInningTab_SO(data, crrinngS_so, sse); } catch (e) { } } function AddDetailInning_sse(data, lastinning) { var matchnumber = data.Innings[0].Number; var inningCounter_sse = 1; if (matchnumber.toLowerCase() == "first") { inningCounter_sse = 1; } else if (matchnumber.toLowerCase() == "second") { inningCounter_sse = 2; } if (data.Matchdetail.isso == undefined) { if ($("#inng_det_" + (inningCounter_sse - 1)).length == 0) { AddDetailInningInTab(match_content, (inningCounter_sse - 1)); return false; } } else { var current_SO = data.Matchdetail.Current_Superover_No; if (matchnumber.toLowerCase() == "first") { inningCounter_sse = 3 * current_SO; } else if (matchnumber.toLowerCase() == "second") { inningCounter_sse = 4 * current_SO; } if (current_SO > 1) { if (matchnumber.toLowerCase() == "first") { inningCounter_sse = (inningCounter_sse - current_SO) + 1; } else if (matchnumber.toLowerCase() == "second") { inningCounter_sse = (inningCounter_sse - current_SO) - (current_SO - 2); } } if ($("#inng_det_" + (inningCounter_sse - 1)).length == 0) { if (/*parseInt(data.Matchdetail.Status_Id) == 117*/ true) { AddDetailInningInTabSO(data, inningCounter_sse, 1); } return false; } } var currentBatsmen = $.grep(data.Innings[lastinning].Batsmen, function (v) { return v.Isbatting == true; }); if (currentBatsmen.length > 0) { $(".tbl_sld-tag_" + inningCounter_sse).html(""); $(".batstartxt" + inningCounter_sse).html(""); $.each(currentBatsmen, function (i, item) { var html = ""; var batsmanid = item.Batsman; var startext = ""; var starcss = ""; if (item.Isonstrike != null && item.Isonstrike == true) { startext = "*"; $("#batname_" + inningCounter_sse + "_" + batsmanid).html("*"); } if ($("#bat_" + inningCounter_sse + "_" + batsmanid).length == 0) { var runs = item.Runs, balls = item.Balls, fours = item.Fours, sixes = item.Sixes, sr = item.Strikerate; var plrEntity_info; try { plrEntity_info = $.grep(entity_data, function (v) { return v.SOURCE_OBJECT_ID == parseInt(batsmanid); }); } catch (e) { } if (plrEntity_info.length > 0) { html = '

' + plrEntity_info[0].ENTITY_DISPLAY_NAME; try { var isCaptain = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][parseInt(batsmanid)]["Iscaptain"]) + ""; if (isCaptain.toLowerCase() == "true") { html += 'C'; } } catch (e) { } try { var Iskeeper = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][parseInt(batsmanid)]["Iskeeper"]) + ""; if (Iskeeper.toLowerCase() == "true") { html += 'Wk'; } } catch (ex) { } html += '' + startext + '' + runs + '' + balls + '' + fours + '' + sixes + '' + sr + '

SER:90/8 (20.0) | Live Cricket Score | SVN vs SER | ser in svn 3 t20is 2024 | Cricket Scoreboard – NDTV Sports (1)' + batting_txt + '

'; } else { html = '

' + match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][parseInt(batsmanid)]["Name_Full"]; try { var isCaptain = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][parseInt(batsmanid)]["Iscaptain"]) + ""; if (isCaptain.toLowerCase() == "true") { updatedHtml += 'C'; } } catch (e) { } try { var Iskeeper = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][parseInt(batsmanid)]["Iskeeper"]) + ""; if (Iskeeper.toLowerCase() == "true") { updatedHtml += 'Wk'; } } catch (ex) { } html += '' + startext + '' + runs + '' + balls + '' + fours + '' + sixes + '' + sr + '

SER:90/8 (20.0) | Live Cricket Score | SVN vs SER | ser in svn 3 t20is 2024 | Cricket Scoreboard – NDTV Sports (2)' + batting_txt + '

'; } $("#tbody_" + data.Innings[0].Battingteam).append(html); } else { var runs = item.Runs, balls = item.Balls, fours = item.Fours, sixes = item.Sixes, sr = item.Strikerate; $("#runs_" + inningCounter_sse + "_" + batsmanid).html(runs); $("#balls_" + inningCounter_sse + "_" + batsmanid).html(balls); $("#fours_" + inningCounter_sse + "_" + batsmanid).html(fours); $("#sixes_" + inningCounter_sse + "_" + batsmanid).html(sixes); $("#sr_" + inningCounter_sse + "_" + batsmanid).html(sr); $("#extra_" + inningCounter_sse + "_" + batsmanid).find(".tbl_sld-tag").html("Batting"); } }) } //$("#extr_" + inningCounter_sse).html((parseInt(data.Innings[lastinning]["Byes"]) + parseInt(data.Innings[lastinning]["Legbyes"]) + parseInt(data.Innings[lastinning]["Wides"]) + parseInt(data.Innings[lastinning]["Noballs"]) + parseInt(data.Innings[lastinning]["Penalty"])) + ' Runs (B: ' + data.Innings[lastinning]["Byes"] + ', LB: ' + data.Innings[lastinning]["Legbyes"] + ', WD: ' + data.Innings[lastinning]["Wides"] + ', NB: ' + data.Innings[lastinning]["Noballs"] + ', PEN: ' + data.Innings[lastinning]["Penalty"]); try { var totalExtra_Runs__sse = parseInt(data.Innings[lastinning]["Byes"]) + parseInt(data.Innings[lastinning]["Legbyes"]) + parseInt(data.Innings[lastinning]["Wides"]) + parseInt(data.Innings[lastinning]["Noballs"]) + parseInt(data.Innings[lastinning]["Penalty"]); var extras_detail__sse = ""; try { if (parseInt(data.Innings[lastinning]["Byes"]) > 0) { extras_detail__sse += "B: " + data.Innings[lastinning]["Byes"]; } if (parseInt(data.Innings[lastinning]["Legbyes"]) > 0) { extras_detail__sse += (extras_detail__sse != "" ? ", " : "") + "LB: " + data.Innings[lastinning]["Legbyes"]; } if (parseInt(data.Innings[lastinning]["Wides"]) > 0) { extras_detail__sse += (extras_detail__sse != "" ? ", " : "") + "WD: " + data.Innings[lastinning]["Wides"]; } if (parseInt(data.Innings[lastinning]["Noballs"]) > 0) { extras_detail__sse += (extras_detail__sse != "" ? ", " : "") + "NB: " + data.Innings[lastinning]["Noballs"]; } if (parseInt(data.Innings[lastinning]["Penalty"]) > 0) { extras_detail__sse += (extras_detail__sse != "" ? ", " : "") + "PEN: " + data.Innings[lastinning]["Penalty"]; } } catch (e) { } } catch (e) { } $("#extr_" + inningCounter_sse).html(totalExtra_Runs__sse + ' Runs ' + (extras_detail__sse != "" ? '(' + extras_detail__sse.toLowerCase() + ')' : '')); $("#rr_" + inningCounter_sse).html(' (RR: ' + data.Innings[lastinning]["Runrate"] + ')'); $.each($(".tbl_sld-tag_" + inningCounter_sse), function (i, item) { if (item.innerText == "") { var bid = item.parentNode.getAttribute("bid"); var wicketinfo = $.grep(data.Innings[lastinning].Batsmen, function (v) { return v.Batsman == bid; }); if (wicketinfo.length > 0) { $(this).removeClass(); $(this).addClass("tbl_sld-ttl"); $(this).html(wicketinfo[0].Howout); lastbatsman_wicketid = bid; lastbatsman_wicketid_obj = $(this); } } }) if (lastbatsman_wicketid != "") { $.each(currentBatsmen, function (i, item) { var batsmanid = item.Batsman; if (batsmanid == lastbatsman_wicketid) { $(lastbatsman_wicketid_obj).removeClass("tbl_sld-ttl"); $(lastbatsman_wicketid_obj).addClass("tbl_sld-tag"); $(lastbatsman_wicketid_obj).addClass("tbl_sld-tag_" + inningCounter_sse); $(lastbatsman_wicketid_obj).html("Batting"); } }) } var playerlistininning = data.Innings[lastinning]["Batsmen"]; var players = new Array(); if (playerlistininning.length > 0) { $(playerlistininning).each(function () { if (this["Balls"] == "" && this["Howout"] == "") { players.push(this["Batsman"]) } }); } try { var notplayed = new Array(); $(players).each(function () { var additionalText = ""; var isCaptain = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][this]["Iscaptain"]) + ""; var Iskeeper = (match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][this]["Iskeeper"]) + ""; if (isCaptain.toLowerCase() == "true" && Iskeeper.toLowerCase() == "true") { additionalText = " (C & Wk)"; } else if (isCaptain.toLowerCase() == "true") { additionalText = " (C)"; } else if (Iskeeper.toLowerCase() == "true") { additionalText = " (Wk)"; } notplayed.push(match_content.Teams[parseInt(data.Innings[0].Battingteam)]["Players"][this]["Name_Full"] + additionalText); }); var dnbHtml = ''; if (notplayed.length > 0) { var notplayedtext = ""; for (var i = 0; i < notplayed.length; i++) { var playerEntity_info = $.grep(entity_data, function (v) { return v.ENTITY_DISPLAY_NAME.toLowerCase() == notplayed[i].toLowerCase() }); if (playerEntity_info.length > 0) { playerEntity_info = playerEntity_info[0]; notplayedtext += ' ' + playerEntity_info.ENTITY_DISPLAY_NAME + ','; } else { notplayedtext += " " + notplayed[i] + ","; } } dnbHtml += notplayedtext.slice(0, -1); $("#notplayed_" + inningCounter_sse).html(dnbHtml); $("#notplayed_" + inningCounter_sse).show(); } } catch (e) { } try { var fowHtml = ''; var wicketsininning = null; try { wicketsininning = data.Innings[lastinning]["FallofWickets"]; } catch (e) { wicketsininning = data.Innings[lastinning]["FallofWickets"]; } if (wicketsininning.length > 0) { var wickettext = ""; for (var i = 0; i < wicketsininning.length; i++) { var playerEntity_info = $.grep(entity_data, function (v) { return v.SOURCE_OBJECT_ID.toLowerCase() == wicketsininning[i]["Batsman"] }); if (playerEntity_info.length > 0 && playerEntity_info != undefined) { playerEntity_info = playerEntity_info[0]; wickettext += '

  • ' + wicketsininning[i]["Score"] + "/" + (i + 1) + '

    ' + wicketsininning[i]["Overs"] + ' ov

    ' + playerEntity_info.ENTITY_DISPLAY_NAME + '

  • '; } else { wickettext += '

  • ' + wicketsininning[i]["Score"] + "/" + (i + 1) + '

    ' + wicketsininning[i]["Overs"] + ' ov

    ' + teamdetail["Players"][wicketsininning[i]["Batsman"]]["Name_Full"] + '

  • '; } } fowHtml += wickettext; $("#fow_" + inningCounter_sse).html(fowHtml); $("#fowtxt_" + inningCounter_sse).show(); $("#fow_" + inningCounter_sse).show(); //var swiper_fow = new Swiper('.fal_wkt-wrp', { // slidesPerView: 'auto', // spaceBetween: 0, // freeMode: true //}); var swiper_fow = new Swiper('.fal_wkt-wrp', { slidesPerView: 'auto', spaceBetween: 0, freeMode: true, resistanceRatio: 0, touchRatio: 0, nextButton: '.fal_wkt-cnt .swiper-button-next', prevButton: '.fal_wkt-cnt .swiper-button-prev', breakpoints: { 768: { touchRatio: 1, }, } }); } } catch (e) { } try { var bowlerininning = data.Innings[lastinning]["Bowlers"]; var currentBowler = data.Innings[lastinning].Bowlers; //$.grep(data.Innings[lastinning].Bowlers, function (v) { return v.Isbowlingnow == true; }); var bolingteam = data.Matchdetail["Team_Away"]; if (data.Innings[0].Battingteam == bolingteam) { bolingteam = data.Matchdetail["Team_Home"]; } if (currentBowler.length > 0) { $("#bowlerbnb_" + inningCounter_sse).remove(); $(".bowlstartxt" + inningCounter_sse).html(""); $.each(currentBowler, function (i, item) { var bowlerid = item.Bowler; var currentbowler_html = ""; var currentbowlerbnb_html = ""; var overs = item.Overs, maidens = item.Maidens, runs = item.Runs, wickets = item.Wickets, econ = item.Economyrate; if ($("#bowl_" + inningCounter_sse + "_" + bowlerid).length == 0) { var plrEntity_info = $.grep(entity_data, function (v) { return v.SOURCE_OBJECT_ID == parseInt(bowlerid); }); currentbowler_html += '

    '; if (plrEntity_info.length > 0 && plrEntity_info != undefined) { plrEntity_info = plrEntity_info[0]; currentbowler_html += '' + plrEntity_info.ENTITY_DISPLAY_NAME + '*'; } else { currentbowler_html += '' + match_content.Teams[bolingteam]["Players"][parseInt(bowlerid)]["Name_Full"] + '*'; } currentbowler_html += '' + item["Overs"] + '' + item["Maidens"] + '' + item["Runs"] + '' + item["Wickets"] + '' + item["Economyrate"] + '

    '; $("#tbody_" + inningCounter_sse + "_" + bolingteam).append(currentbowler_html); } else { $("#overs_" + inningCounter_sse + "_" + bowlerid).html(overs); $("#maid_" + inningCounter_sse + "_" + bowlerid).html(maidens); $("#runs_" + inningCounter_sse + "_" + bowlerid).html(runs); $("#wick_" + inningCounter_sse + "_" + bowlerid).html(wickets); $("#econ_" + inningCounter_sse + "_" + bowlerid).html(econ); } if (item.Isbowlingnow) { currentbowlerbnb_html += '

    '; var totalruns = 0; var total_over = ""; try { $.each(item["ThisOver"], function (i, item) { totalruns = parseInt(totalruns) + parseInt(item["B"]); }) } catch (e) { } if (parseInt(totalruns) > 1) { total_over = totalruns.toString() + " runs"; } else { total_over = totalruns.toString() + " run"; } currentbowlerbnb_html += '' + total_over + '

      '; try { $.each(item["ThisOver"], function (i, item) { if (item["T"].toString().toLowerCase() == "") { var runs = parseInt(item["B"]); currentbowlerbnb_html += '
    • ' + runs + '
    • '; } else { var events = item["T"].toLowerCase(); var runs = parseInt(item["B"]); currentbowlerbnb_html += '
    • ' + events + '
    • '; } }) } catch (e) { } currentbowlerbnb_html += '

    '; $("#bowl_" + inningCounter_sse + "_" + bowlerid).after(currentbowlerbnb_html); $("#bowlname_" + inningCounter_sse + "_" + bowlerid).html("*"); } }) } } catch (e) { } scr_crd_tbB.update(); } function bindComm_Grphs_Bat(obj, inng_no, pid) { var html = ""; var comm_inn_data = getcomm_wick(inng_no); var wicketsininning = match_content.Innings[inng_no - 1]["FallofWickets"]; try { var playerdata = $.grep(match_content.Innings[inng_no - 1]["Batsmen"], function (v) { return v.Batsman == pid; }); if (playerdata[0]["Howout"] != "") { if (wicketsininning.length > 0) { var bat_id = pid; var batsman_dismissed = $.grep(comm_inn_data.Commentary, function (v) { return v.Dismissed == bat_id; }); var data = batsman_dismissed; if (data.length > 0 && data != undefined) { var runs = ""; var overdet = ""; var w_count = 1; var crr_wick = 0; $.each(wicketsininning, function (i, wicket) { if (wicket["Batsman"] == data[0].Dismissed) { runs = wicket["Score"]; overdet = wicket["Overs"]; crr_wick = w_count; } w_count = w_count + 1; }) html += '

    ' + overdet + '' + data[0].Commentary + '' + runs + '/' + crr_wick + '

    '; } } } html += '

    '; } catch (e) { } $("#extra_bat_bx_" + pid).html(html); scr_crd_tbB.update(); } function bindKeyfacts(obj, inng_no, pid, spid) { var html = ""; var dotball_percentage = 0; var scoringball_percentage = 0; var ballperboundary_percentage = 0; var boundaries = 0; try { var playerdata = $.grep(match_content.Innings[inng_no - 1]["Batsmen"], function (v) { return v.Batsman == pid; }); boundaries = parseInt(playerdata[0]["Fours"]) + parseInt(playerdata[0]["Sixes"]); dotball_percentage = (parseInt(playerdata[0]["Dots"]) * 100) / parseInt(playerdata[0]["Balls"]); dotball_percentage = dotball_percentage.toFixed(2); scoringball_percentage = 100 - dotball_percentage; scoringball_percentage = scoringball_percentage.toFixed(2); if (dotball_percentage == "NaN") { dotball_percentage = 0; } if (scoringball_percentage == "NaN") { scoringball_percentage = 0; } if (boundaries > 0) { ballperboundary_percentage = Math.floor(parseFloat(parseInt(playerdata[0]["Balls"]) / boundaries)); } html += '

    • ' + dotball_percentage + '%

      ' + dotball_txt + '

    • ' + scoringball_percentage + '%

      ' + scoringshot_txt + '

    • '; if (ballperboundary_percentage > 0) { html += ballperboundary_percentage; } else { html += '-'; } html += '

      ' + ballperboundary_txt + '

    '; } catch (e) { } $("#" + spid).before(html); scr_crd_tbB.update(); } function getcomm(inning_no) { var com_data = ''; var match_URL = ''; if (lang.toLowerCase().trim() == "") { match_URL = 'https://sdata.ndtv.com/sportz/cricket/xml/' + matchCode + '_commentary_all_' + inning_no + '.json'; } else { match_URL = 'https://sdatasdata.ndtv.com/sportz/cricket/json/' + lang + '/' + matchCode + '_commentary_all_' + inning_no + '_' + 'en' + '.json'; } var newUrl = match_URL; $.ajax({ url: newUrl, async: false, cache: false, dataType: "json", }).done(function (datad) { com_data = datad; }) return com_data; } function getcomm_wick(inning_no) { var com_data = ''; var com_w_URL = ''; if (lang.toLowerCase().trim() == "") { com_w_URL = 'https://sdata.ndtv.com/sportz/cricket/xml/' + matchCode + '_commentary_wicket_' + inning_no + '.json'; } else { com_w_URL = 'https://sdata.ndtv.com/sportz/cricket/json/' + lang + '/' + matchCode + '_commentary_wicket_' + inning_no + '_' + 'en' + '.json'; } var com_newUrl = com_w_URL; $.ajax({ url: com_newUrl, async: false, cache: false, dataType: "json", }).done(function (datad) { com_data = datad; }) return com_data; } function setCurrentSlide(ele, index) { $(".scr_crd_tbA .swiper-slide").removeClass("scr_li-act"); ele.addClass("scr_li-act"); } HS_Array.functionArray.push(function () {setTimeout(function () { // $(document).ready(function () { //var swiper_fow = new Swiper('.fal_wkt-wrp', { // slidesPerView: 'auto', // spaceBetween: 0, // freeMode: true //}); var swiper_fow = new Swiper('.fal_wkt-wrp', { slidesPerView: 'auto', spaceBetween: 0, freeMode: true, resistanceRatio: 0, touchRatio: 0, nextButton: '.fal_wkt-cnt .swiper-button-next', prevButton: '.fal_wkt-cnt .swiper-button-prev', breakpoints: { 768: { touchRatio: 1, }, } }); scr_crd_tbA = new Swiper('.scr_crd_tbA', { slidesPerView: 2, paginationClickable: true, spaceBetween: 0, auto: false, onTab: function (swiper) { var n = scr_crd_tbA.clickedIndex; } }); scr_crd_tbA.slides.each(function (index, val) { var ele = $(this); ele.on("click", function () { setCurrentSlide(ele, index); scr_crd_tbB.slideTo(index, 500, false); }); }); scr_crd_tbB = new Swiper('.scr_crd_tbB', { direction: 'horizontal', autoHeight: true, auto: false, onSlideChangeEnd: function (swiper) { var n = swiper.activeIndex; setCurrentSlide($(".scr_crd_tbA .swiper-slide").eq(n), n); scr_crd_tbA.slideTo(n, 500, false); } }); var latestinning_no_det = 2; if (0 == 1) { latestinning_no_det = 1; } else if (0 == 2) { latestinning_no_det = 2; } scr_crd_tbB.slideTo((latestinning_no_det - 1), 500, false); //setTimeout(function () { scr_crd_tbB.update(); }, 3000); // }); // document.onreadystatechange = function () { // if (document.readyState == "complete") { try { setTimeout(function () { scr_crd_tbB.update(); }, 3000); } catch(e){ } // } // } var tbl_sld_dwn = document.getElementsByClassName('tbl_sld-dwn'); var entity_data = ''; var isautoplay = 0; var autoPlayTime = 10; var latest = '[ { "Number": "First", "Battingteam": "1742", "Bowlingteam": "1749", "Total": "133", "Wickets": "8", "Overs": "20.0", "Total_Balls_Bowled": "120", "AllotedBalls": "120", "Runrate": "6.65", "Runsperball": "1.10", "Byes": "1", "Legbyes": "3", "Wides": "9", "Noballs": "3", "Penalty": "5", "AllottedOvers": "20", "Batsmen": [ { "Batsman": "88194", "Runs": "1", "Balls": "5", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "20", "Dismissal": "caught", "Howout": "c Braithyn Pecic b Alister Gajic", "Howout_short": "c B Pecic b A Gajic", "Bowler": "88150", "Fielder": "98719", "RunScoredInLastBalls": {}, "Number": 1, "DismissalType": "caught wicket keeper", "DismissalId": "cwk" }, { "Batsman": "96379", "Runs": "16", "Balls": "14", "Fours": "2", "Sixes": "0", "Dots": "0", "Strikerate": "114.28", "Dismissal": "bowled", "Howout": "b Vukasin Zimonjic", "Howout_short": "b V Zimonjic", "Bowler": "86354", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 2, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "96380", "Runs": "1", "Balls": "2", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "50", "Dismissal": "bowled", "Howout": "b Vukasin Zimonjic", "Howout_short": "b V Zimonjic", "Bowler": "86354", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 3, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "88205", "Runs": "16", "Balls": "19", "Fours": "0", "Sixes": "1", "Dots": "0", "Strikerate": "84.21", "Dismissal": "caught", "Howout": "c Braithyn Pecic b Bogdan Dugic", "Howout_short": "c B Pecic b B Dugic", "Bowler": "74171", "Fielder": "98719", "RunScoredInLastBalls": {}, "Number": 4, "DismissalType": "caught wicket keeper", "DismissalId": "cwk" }, { "Batsman": "80536", "Runs": "2", "Balls": "4", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "50", "Dismissal": "bowled", "Howout": "b Matija Sarenac", "Howout_short": "b M Sarenac", "Bowler": "74172", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 5, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "98743", "Runs": "4", "Balls": "7", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "57.14", "Dismissal": "caught", "Howout": "c Braithyn Pecic b Matija Sarenac", "Howout_short": "c B Pecic b M Sarenac", "Bowler": "74172", "Fielder": "98719", "RunScoredInLastBalls": {}, "Number": 6, "DismissalType": "caught wicket keeper", "DismissalId": "cwk" }, { "Batsman": "96383", "Runs": "38", "Balls": "29", "Fours": "0", "Sixes": "3", "Dots": "0", "Strikerate": "131.03", "Dismissal": "caught", "Howout": "c & b Luka Woods", "Howout_short": "c & b L Woods", "Bowler": "124920", "Fielder": "124920", "RunScoredInLastBalls": {}, "Number": 7, "DismissalType": "caught & bowled", "DismissalId": "cbb" }, { "Batsman": "108869", "Runs": "26", "Balls": "33", "Fours": "2", "Sixes": "0", "Dots": "0", "Strikerate": "78.78", "Dismissal": "run out", "Howout": "run out (Alister Gajic)", "Howout_short": "run out (A Gajic)", "Bowler": "", "Fielder": "88150", "Fielder1": "88150", "RunScoredInLastBalls": {}, "Number": 8, "DismissalType": "run out", "DismissalId": "ro" }, { "Batsman": "96382", "Runs": "7", "Balls": "9", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "77.77", "Dismissal": "not out", "Howout": "not out", "Howout_short": "not out", "Bowler": "", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 9, "DismissalType": "not out", "DismissalId": "no" }, { "Batsman": "88208", "Runs": "1", "Balls": "1", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "100", "Dismissal": "not out", "Howout": "not out", "Howout_short": "not out", "Bowler": "", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 10, "DismissalType": "not out", "DismissalId": "no" }, { "Batsman": "124918", "Runs": "", "Balls": "", "Fours": "", "Sixes": "", "Dots": "", "Strikerate": "", "Dismissal": "", "Howout": "", "Howout_short": "", "Bowler": "", "Fielder": "", "Number": 11, "DismissalType": "", "DismissalId": "" } ], "Partnership_Current": {}, "Bowlers": [ { "Bowler": "86354", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "27", "Wickets": "2", "Economyrate": "6.75", "Runsperball": "1.12", "Noballs": "1", "Wides": "4", "Dots": "0", "RungivenInLastBalls": {}, "Number": 1, "Hattrick_Count": 0 }, { "Bowler": "88150", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "17", "Wickets": "1", "Economyrate": "4.25", "Runsperball": "0.70", "Noballs": "1", "Wides": "0", "Dots": "0", "RungivenInLastBalls": {}, "Number": 2, "Hattrick_Count": 0 }, { "Bowler": "74172", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "29", "Wickets": "2", "Economyrate": "7.25", "Runsperball": "1.20", "Noballs": "0", "Wides": "0", "Dots": "0", "RungivenInLastBalls": {}, "Number": 3, "Hattrick_Count": 0 }, { "Bowler": "124920", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "18", "Wickets": "1", "Economyrate": "4.50", "Runsperball": "0.75", "Noballs": "0", "Wides": "2", "Dots": "0", "RungivenInLastBalls": {}, "Number": 4, "Hattrick_Count": 0 }, { "Bowler": "74171", "Overs": "2", "Balls_Bowled": "12", "Maidens": "0", "Runs": "25", "Wickets": "1", "Economyrate": "12.50", "Runsperball": "2.08", "Noballs": "1", "Wides": "0", "Dots": "0", "RungivenInLastBalls": {}, "Number": 5, "Hattrick_Count": 0 }, { "Bowler": "86352", "Overs": "2", "Balls_Bowled": "12", "Maidens": "0", "Runs": "8", "Wickets": "0", "Economyrate": "4.00", "Runsperball": "0.66", "Noballs": "0", "Wides": "0", "Dots": "0", "RungivenInLastBalls": {}, "Number": 6, "Hattrick_Count": 0 } ], "FallofWickets": [ { "Batsman": "88194", "Score": "12", "Overs": "1.4", "Wicket_No": 1, "Review_status_id": 0, "Ball_number": "10" }, { "Batsman": "96380", "Score": "19", "Overs": "2.4", "Wicket_No": 2, "Review_status_id": 0, "Ball_number": "16" }, { "Batsman": "96379", "Score": "28", "Overs": "4.5", "Wicket_No": 3, "Review_status_id": 0, "Ball_number": "29" }, { "Batsman": "80536", "Score": "31", "Overs": "5.4", "Wicket_No": 4, "Review_status_id": 0, "Ball_number": "34" }, { "Batsman": "98743", "Score": "43", "Overs": "7.4", "Wicket_No": 5, "Review_status_id": 0, "Ball_number": "46" }, { "Batsman": "88205", "Score": "59", "Overs": "10", "Wicket_No": 6, "Review_status_id": 0, "Ball_number": "60" }, { "Batsman": "96383", "Score": "112", "Overs": "16.3", "Wicket_No": 7, "Review_status_id": 0, "Ball_number": "99" }, { "Batsman": "108869", "Score": "131", "Overs": "19.3", "Wicket_No": 8, "Review_status_id": 0, "Ball_number": "117" } ], "Partnerships": [], "PowerPlay": { "PP1": "1-6" }, "PowerPlayDetails": [ { "Name": "PP1", "Overs": "1-6", "Runs": "0", "Wickets": "0" } ], "LastOvers": {}, "StatusId": 4, "Best_Performers": { "Batsmen": [ { "Player_Id": "96383", "Player_Name": "Tarun Sharma", "Team_Id": "1742", "Team_Name": "Slovenia", "Runs": "38", "Balls": "29", "Fours": "0", "Sixes": "3", "Strikerate": "131.03" }, { "Player_Id": "108869", "Player_Name": "Junaed Mullah", "Team_Id": "1742", "Team_Name": "Slovenia", "Runs": "26", "Balls": "33", "Fours": "2", "Sixes": "0", "Strikerate": "78.78" } ], "Bowlers": [ { "Player_Id": "86354", "Player_Name": "Vukasin Zimonjic", "Team_Id": "1749", "Team_Name": "Serbia", "Wickets": "2", "Balls_Bowled": "24", "Economyrate": "6.75", "Overs": "4", "Runs": "27" }, { "Player_Id": "74172", "Player_Name": "Matija Sarenac", "Team_Id": "1749", "Team_Name": "Serbia", "Wickets": "2", "Balls_Bowled": "24", "Economyrate": "7.25", "Overs": "4", "Runs": "29" } ] } }, { "Number": "Second", "Battingteam": "1749", "Bowlingteam": "1742", "Total": "90", "Wickets": "8", "Overs": "20.0", "Total_Balls_Bowled": "120", "AllotedBalls": "120", "Runrate": "4.50", "Runsperball": "0.75", "Byes": "1", "Legbyes": "4", "Wides": "14", "Noballs": "0", "Penalty": "0", "AllottedOvers": "20", "Target": "134", "Batsmen": [ { "Batsman": "124919", "Runs": "2", "Balls": "6", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "33.33", "Dismissal": "bowled", "Howout": "b Shoaib Siddiqui", "Howout_short": "b S Siddiqui", "Bowler": "88194", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 1, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "88143", "Runs": "9", "Balls": "11", "Fours": "1", "Sixes": "0", "Dots": "0", "Strikerate": "81.81", "Dismissal": "bowled", "Howout": "b Saeed Ali", "Howout_short": "b S Ali", "Bowler": "124918", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 2, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "124920", "Runs": "4", "Balls": "10", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "40", "Dismissal": "bowled", "Howout": "b Shoaib Siddiqui", "Howout_short": "b S Siddiqui", "Bowler": "88194", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 3, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "98719", "Runs": "1", "Balls": "3", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "33.33", "Dismissal": "caught", "Howout": "c Mirwais Shinwari b Saeed Ali", "Howout_short": "c M Shinwari b S Ali", "Bowler": "124918", "Fielder": "88208", "RunScoredInLastBalls": {}, "Number": 4, "DismissalType": "caught", "DismissalId": "ct" }, { "Batsman": "86346", "Runs": "6", "Balls": "12", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "50", "Dismissal": "caught", "Howout": "c Tarun Sharma b Taher Mohammad", "Howout_short": "c T Sharma b T Mohammad", "Bowler": "96380", "Fielder": "96383", "RunScoredInLastBalls": {}, "Number": 5, "DismissalType": "caught", "DismissalId": "ct" }, { "Batsman": "86353", "Runs": "7", "Balls": "9", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "77.77", "Dismissal": "caught", "Howout": "c Tarun Sharma b Taher Mohammad", "Howout_short": "c T Sharma b T Mohammad", "Bowler": "96380", "Fielder": "96383", "RunScoredInLastBalls": {}, "Number": 6, "DismissalType": "caught", "DismissalId": "ct" }, { "Batsman": "86354", "Runs": "25", "Balls": "36", "Fours": "2", "Sixes": "1", "Dots": "0", "Strikerate": "69.44", "Dismissal": "caught", "Howout": "c Taher Mohammad b Shoaib Siddiqui", "Howout_short": "c T Mohammad b S Siddiqui", "Bowler": "88194", "Fielder": "96380", "RunScoredInLastBalls": {}, "Number": 7, "DismissalType": "caught", "DismissalId": "ct" }, { "Batsman": "86352", "Runs": "8", "Balls": "13", "Fours": "1", "Sixes": "0", "Dots": "0", "Strikerate": "61.53", "Dismissal": "bowled", "Howout": "b Izaz Ali", "Howout_short": "b I Ali", "Bowler": "80536", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 8, "DismissalType": "bowled", "DismissalId": "b" }, { "Batsman": "74171", "Runs": "8", "Balls": "15", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "53.33", "Dismissal": "not out", "Howout": "not out", "Howout_short": "not out", "Bowler": "", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 9, "DismissalType": "not out", "DismissalId": "no" }, { "Batsman": "88150", "Runs": "1", "Balls": "5", "Fours": "0", "Sixes": "0", "Dots": "0", "Strikerate": "20", "Dismissal": "not out", "Howout": "not out", "Howout_short": "not out", "Bowler": "", "Fielder": "", "RunScoredInLastBalls": {}, "Number": 10, "DismissalType": "not out", "DismissalId": "no" }, { "Batsman": "74172", "Runs": "", "Balls": "", "Fours": "", "Sixes": "", "Dots": "", "Strikerate": "", "Dismissal": "", "Howout": "", "Howout_short": "", "Bowler": "", "Fielder": "", "Number": 11, "DismissalType": "", "DismissalId": "" } ], "Partnership_Current": {}, "Bowlers": [ { "Bowler": "88208", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "18", "Wickets": "0", "Economyrate": "4.50", "Runsperball": "0.75", "Noballs": "0", "Wides": "3", "Dots": "0", "RungivenInLastBalls": {}, "Number": 1, "Hattrick_Count": 0 }, { "Bowler": "88194", "Overs": "3", "Balls_Bowled": "18", "Maidens": "0", "Runs": "10", "Wickets": "3", "Economyrate": "3.33", "Runsperball": "0.55", "Noballs": "0", "Wides": "4", "Dots": "0", "RungivenInLastBalls": {}, "Number": 2, "Hattrick_Count": 0 }, { "Bowler": "124918", "Overs": "3", "Balls_Bowled": "18", "Maidens": "0", "Runs": "15", "Wickets": "2", "Economyrate": "5.00", "Runsperball": "0.83", "Noballs": "0", "Wides": "1", "Dots": "0", "RungivenInLastBalls": {}, "Number": 3, "Hattrick_Count": 0 }, { "Bowler": "80536", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "12", "Wickets": "1", "Economyrate": "3.00", "Runsperball": "0.50", "Noballs": "0", "Wides": "2", "Dots": "0", "RungivenInLastBalls": {}, "Number": 4, "Hattrick_Count": 0 }, { "Bowler": "96380", "Overs": "4", "Balls_Bowled": "24", "Maidens": "0", "Runs": "22", "Wickets": "2", "Economyrate": "5.50", "Runsperball": "0.91", "Noballs": "0", "Wides": "4", "Dots": "0", "RungivenInLastBalls": {}, "Number": 5, "Hattrick_Count": 0 }, { "Bowler": "96382", "Overs": "2", "Balls_Bowled": "12", "Maidens": "0", "Runs": "8", "Wickets": "0", "Economyrate": "4.00", "Runsperball": "0.66", "Noballs": "0", "Wides": "0", "Dots": "0", "RungivenInLastBalls": {}, "Number": 6, "Hattrick_Count": 0 } ], "FallofWickets": [ { "Batsman": "124919", "Score": "4", "Overs": "1.1", "Wicket_No": 1, "Review_status_id": 0, "Ball_number": "7" }, { "Batsman": "124920", "Score": "18", "Overs": "3.4", "Wicket_No": 2, "Review_status_id": 0, "Ball_number": "22" }, { "Batsman": "98719", "Score": "19", "Overs": "4.1", "Wicket_No": 3, "Review_status_id": 0, "Ball_number": "25" }, { "Batsman": "88143", "Score": "27", "Overs": "6.1", "Wicket_No": 4, "Review_status_id": 0, "Ball_number": "37" }, { "Batsman": "86346", "Score": "37", "Overs": "8.2", "Wicket_No": 5, "Review_status_id": 0, "Ball_number": "50" }, { "Batsman": "86353", "Score": "38", "Overs": "8.4", "Wicket_No": 6, "Review_status_id": 0, "Ball_number": "52" }, { "Batsman": "86352", "Score": "61", "Overs": "13.3", "Wicket_No": 7, "Review_status_id": 0, "Ball_number": "81" }, { "Batsman": "86354", "Score": "87", "Overs": "18.5", "Wicket_No": 8, "Review_status_id": 0, "Ball_number": "113" } ], "Partnerships": [], "PowerPlay": { "PP1": "1-6" }, "PowerPlayDetails": [ { "Name": "PP1", "Overs": "1-6", "Runs": "0", "Wickets": "0" } ], "LastOvers": {}, "StatusId": 4, "At_this_stage": "", "Best_Performers": { "Batsmen": [ { "Player_Id": "86354", "Player_Name": "Vukasin Zimonjic", "Team_Id": "1749", "Team_Name": "Serbia", "Runs": "25", "Balls": "36", "Fours": "2", "Sixes": "1", "Strikerate": "69.44" }, { "Player_Id": "88143", "Player_Name": "Alexander Dizija", "Team_Id": "1749", "Team_Name": "Serbia", "Runs": "9", "Balls": "11", "Fours": "1", "Sixes": "0", "Strikerate": "81.81" } ], "Bowlers": [ { "Player_Id": "88194", "Player_Name": "Shoaib Siddiqui", "Team_Id": "1742", "Team_Name": "Slovenia", "Wickets": "3", "Balls_Bowled": "18", "Economyrate": "3.33", "Overs": "3", "Runs": "10" }, { "Player_Id": "124918", "Player_Name": "Saeed Ali", "Team_Id": "1742", "Team_Name": "Slovenia", "Wickets": "2", "Balls_Bowled": "18", "Economyrate": "5.00", "Overs": "3", "Runs": "15" } ] } }].Count'; if (isautoplay == 1 && matchstatusid != "114" && matchstatusid != "131") { autoPlayTime = autoPlayTime * 1000; playerentityinfo = setInterval(function () { getPlayerEntty() }, autoPlayTime); inningstabCard = setInterval(function () { update_inngsCard(match_content) }, autoPlayTime); detailedCard = setInterval(function () { update_DetailCard(match_content) }, autoPlayTime); } setTimeout(function () { getPlayerEntty() }, 60); }, 150); });

    Match Info

    • Venue Valburga Cricket Ground, Ljubljana
    • Weather Sunny
    • Toss Serbia won the toss and elected to field
    • Result Slovenia beat Serbia by 43 runs
    • Player of the Match Shoaib Siddiqui
    • Umpire Rizwan Zahoor (PAK), Shiva Kumar Mani (SVN) and No TV Umpire
    • Referee No Referee

    Match Notes

    • SVN (133/8)
    • SER (90/8)
    SER:90/8 (20.0) | Live Cricket Score | SVN vs SER | ser in svn  3 t20is  2024 | Cricket Scoreboard – NDTV Sports (2024)

    References

    Top Articles
    Decoding Canine Sleep Habits: Why Dogs Sleep with Their Bums Facing You
    What is your dog thinking about when they are left alone?
    M3Gan Showtimes Near Amc Quail Springs Mall 24
    Can Banks Take Your Money To Pay Off Debts? StepChange
    Comenity Pay Ns Web Payment
    Forum Phun Extra
    Ffxiv Ixali Lightwing
    Aflac on LinkedIn: Aflac Supplemental Insurance | 22 comments
    Academic Calendar Biola
    Survivor Australia Wiki
    Guardians Of The Galaxy Vol 3 Full Movie 123Movies
    Poochies Liquor Store
    Everything We Know About Wenwen Han and Her Rise To Stardom
    Synovus Banking Hours
    Ta Travel Center Las Cruces Photos
    C.J. Stroud und Bryce Young: Zwei völlig unterschiedliche Geschichten
    Strange World Showtimes Near Cmx Downtown At The Gardens 16
    Traveltalkonline
    How To Find IP Address From Discord | ITGeared
    Nsu Occupational Therapy Prerequisites
    Brookdale Okta Login
    8 of the best things to do in San Diego: get a taste of nature near a laid-back city
    Monster From Sherpa Folklore Crossword
    Cox Teacher Discount
    .Au Domain Godaddy
    Best Internists In Ft-Lauderdale
    Tuition Fee Compensation
    Craigslist Gaming Chair
    Evertote.ca
    Ktbs Payroll Login
    Gestalt psychology | Definition, Founder, Principles, & Examples
    Live2.Dentrixascend.com
    Beaver Dam Locations Ark Lost Island
    Harvestella Farming Guide | Locations & Crop Prices | TechRaptor
    Orileys Auto Near Me
    Stuckey Furniture
    Louisiana Physical Therapy Jurisprudence Exam Answers
    Bank Of America Financial Center Irvington Photos
    Orokin Principles Challenge Guide - Warframe
    Boostmaster Lin Yupoo
    Intoxalock Calibration Locations Near Me
    Rs3 Bis Perks
    Filmy4 Web Xyz.com
    Patriot Ledger Obits Today
    Green Press Gazette Obits
    What Is TAA Trade Agreements Act Compliance Trade Agreement Act Certification
    Smartmove Internet Provider
    1 Filmy4Wap In
    Uncg Directions
    Crandon Skyward
    Leslie Pool Supply Simi Valley
    Craigslist Pets Olympia
    Latest Posts
    Article information

    Author: Nathanial Hackett

    Last Updated:

    Views: 6684

    Rating: 4.1 / 5 (72 voted)

    Reviews: 95% of readers found this page helpful

    Author information

    Name: Nathanial Hackett

    Birthday: 1997-10-09

    Address: Apt. 935 264 Abshire Canyon, South Nerissachester, NM 01800

    Phone: +9752624861224

    Job: Forward Technology Assistant

    Hobby: Listening to music, Shopping, Vacation, Baton twirling, Flower arranging, Blacksmithing, Do it yourself

    Introduction: My name is Nathanial Hackett, I am a lovely, curious, smiling, lively, thoughtful, courageous, lively person who loves writing and wants to share my knowledge and understanding with you.