JSFiddle - React, Tailwind, and code Playground

by Hüseyin BABAL

HTML

<div id="image_hidden"></div>

JavaScript

$('<img/>').attr('src','http://explainafide.com.au/wp-content/uploads/2012/10/jquery-logo.png').load(function(){ 
    alert("Height: " + $(this).height() + ", Width:" + $(this).width()); 
}).appendTo("#image_hidden");