Tagged Questions
7
votes
4answers
731 views
Is it ok to manipulate dom before ready state?
This is generally how I manage progressive enhancement whilst keep the experience clean, but how safe is it? is there potential for a race condition and this not working?
Imagine the simple abstract ...
4
votes
5answers
166 views
How to check if DOM is ready without a framework?
The question is so like a zillion others here and on the web - How to check if DOM has loaded in Javascript? But here's the catch:
Without using a framework like jQuery etc;
Without knowing if your ...