JSFiddle - React, Tailwind, and code Playground
by deadlyicon
JavaScript
$(function(){
alert(jQuery.isReady ? 1 : 2);
setTimeout(function(){
alert(jQuery.isReady ? 1 : 2);
},1);
});
by deadlyicon
$(function(){
alert(jQuery.isReady ? 1 : 2);
setTimeout(function(){
alert(jQuery.isReady ? 1 : 2);
},1);
});