JSFiddle - React, Tailwind, and code Playground
HTML
<img src="http://uploads.thierrymichel.net/big.jpg" id="big">
JavaScript
(function($) {
$('#big').load(function() {
alert('loaded');
});
})(jQuery)
<img src="http://uploads.thierrymichel.net/big.jpg" id="big">
(function($) {
$('#big').load(function() {
alert('loaded');
});
})(jQuery)