JSFiddle - React, Tailwind, and code Playground
by slawe
HTML
<table id="customersTable"></table>
JavaScript
$(document).ready(function(){
if($('#customersTable').length){
alert(1);
}
});
by slawe
<table id="customersTable"></table>
$(document).ready(function(){
if($('#customersTable').length){
alert(1);
}
});