Join Slack
Powered by
var checkExist = setInterval(function() { if ($('#...
# suitescript
b
borncorp
07/07/2017, 3:59 AM
var checkExist = setInterval(function() { if ($('#the-canvas').length) { console.log("Exists!"); clearInterval(checkExist); } }, 100);
Open in Slack
Previous
Next