JSFiddle - React, Tailwind, and code Playground
by Amit Joki
HTML
<img src="" id="PicHidden" >
JavaScript
$("#PicHidden").attr("src","https://www.google.co.in/images/srpr/logo11w.png");
alert($("#PicHidden").width());
by Amit Joki
<img src="" id="PicHidden" >
$("#PicHidden").attr("src","https://www.google.co.in/images/srpr/logo11w.png");
alert($("#PicHidden").width());