<script> window.waitDom('#legend-basic .table-data td > a', function() { $('#legend-basic .table-data td > a').css('pointer-events', 'none').css('color', '#000'); }) </script>