"); } // only if button was added if($(".follow-button").length) { $(".follow-button").click(function(){ var promise = isFollowing(); promise.then(function(result) { if (result) { unfollow(); } else { follow(); } }); }); // initial load toggleFollowButton(); } function toggleFollowButton() { var button = $(".follow-text"), promise = isFollowing(); promise.then(function(result) { if (result) { button.text(followingLabel); button.css("color", "#6c6d6f"); $(".follow-button").css("border-color", "#6c6d6f"); } else { button.text(followLabel); button.css("color", "#007aff"); $(".follow-button").css("border-color", "#007aff"); } }); } function isFollowing() { var promise = getMyPreferences(); return promise.then(function(result) { let myPlayers = result.myPlayers; if (myPlayers.length > 0) { for (var i = 0;i < myPlayers.length; i++) { if (myPlayers[i].guid === guid) { return true; } } } return false; }); } function getMyPreferences() { return new Promise(function(resolve, reject) { jQuery.when(fanAPI.getAsP13n()).done(resolve).fail(reject); }); } function follow() { var promise = new Promise(function(resolve, reject) { fanAPI.createPreference({ preferenceTypeId: 3, entityId: guid }, { success: function(preference) { resolve((preference && preference.preference_id) !== undefined); }, error: reject }); }); promise.then(function(result) { toggleFollowButton(); }); } function unfollow() { var preferences = getMyPreferences(), pId = null; preferences.then(function(result) { let myPreferences = result.myPreferences; for (var i = 0; i < myPreferences.length; i++) { if (myPreferences[i].metaData.guid === guid) { pId = myPreferences[i].id; break; } } if (pId !== null) { var promise = new Promise(function(resolve, reject) { fanAPI.deletePreference({ preferenceTypeId: 3, preferenceId: pId, entityId: guid }, { success: function(result) { resolve(true); }, error: reject }); }); promise.then(function(result) { if (result) { toggleFollowButton(); } }); } }); } }); })(jQuery);

Estadisticas de Lamar Jackson 3k4430

Temp. Regular | Postemporada

Estadsticas Pasando
TEMPORADAEQUIPOJJ CMPINT.CMP%YDSPROMTDLRGINTBALN SUELTOQBRND
2018169917058.21,2017.076743246.384.5
20191526540166.13,1277.8036836082.3113.3
20201524237664.42,7577.3326479568.499.3
20211224638264.42,8827.55164913256.887.0
20221220332662.32,2426.8817757158.791.1
20231630745767.23,6788.0524807664.9102.7
20241731647466.74,1728.8041844277.4119.6
Carrera1031,6782,58664.920,0597.76166844918--102.0
Estadsticas Corriendo
TEMPORADAEQUIPOJJINT.YDSPROMLRGTDFDBALN SUELTOEE
2018161476954.739545102
2019151761,2066.94777182
2020151591,0056.35075652
2021121337675.83124842
2022121127646.87934641
2023161488215.53054852
2024171399156.64844784
Carrera1031,0146,1736.179333614415
Estadsticas Recibiendo
TEMPORADAEQUIPOJJREC.TGTSYDSPROMLRGTDFDBALN SUELTOEE
There are no stats available.
Estadsticas Pateando
TEMPORADAEQUIPOJJGCAGCIPCT1-1920-2930-3940-4950+LRGPEAPEIPTS
202112000.00-00-00-00-00-00000
Carrera12000.00-00-00-00-00-00000
Estadsticas Defensiva
TEMPORADAEQUIPOJJCOMBTOTALASTCAPT.FFFRYDSINTYDSPROMLRGTDPDSTFSTFYDSKB
2018163300200000000000
2019151100000000000000
2020152200000000000000
2021121100000000000000
2022121100000000000000
2023161010000000000000
2024172200000000000000
Carrera103111010.0200000000000
Estadsticas Anotando
TEMPORADAEQUIPOJJPASEACARREOREC.REGRESOSTD2PTPUNTO EXTRAFGPTS
2018166500500030
20191536700700042
20201526700700042
20211216200200012
20221217300300018
20231624500500030
20241741400410026
Carrera103166330033100200
Informacin provista por Elias Sports Bureau