|
|
|
|
|
by Lucent
1340 days ago
|
|
This proved tricky for me because of Core Web Vitals. I made ptable.com work without JS, but I still show "dead" interactive components (the properties area above) because expanding it when JavaScript arrives would destroy my Cumulative Layout Shift score. |
|
<noscript><style>.js-only { display:none !important; }</style></noscript>
this won't work on failed script loads, only on actually disabled javascript, though