JSFiddle - React, Tailwind, and code Playground
by johnkpaul
JavaScript
var img = $('<img class="image"/>')
.attr('src','http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif').
load(function(){ console.log(this.width); });
by johnkpaul
var img = $('<img class="image"/>')
.attr('src','http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif').
load(function(){ console.log(this.width); });