I am trying to grab the image source of the club logo on this page using jQuery https://www.ea.com/en-gb/games/fifa/fifa-21/pro-clubs/ps5-xbsxs/overview?clubId=4481&platform=ps5 (the page does not have jQuery by default so I used the Chrome jQuery injector plugin to attempt this).
In the console I am trying to grab the source of the image using the following jQuery command - jQuery('img#img').attr('src');
but it returns undefined
-- Expected result --
https://fifa21.content.easports.com/fifa/fltOnlineAssets/05772199-716f-417d-9fe0-988fa9899c4d/2021/fifaweb/crests/256x256/l99060110.png
-- Actual result --
undefined
Chrome jQuery injector plugin - https://chrome.google.com/webstore/detail/jquery-injector/ekkjohcjbjcjjifokpingdbdlfekjcgi?hl=en