Hacker News new | ask | show | jobs
by cstuder 5765 days ago
I made the same experience, especially when I discovered jQuery and other cross-browser libraries.

Before, most scripts went along the document.write(document.lastModified);-line. And if I remember correctly, not even that worked in all browsers correctly. Made me give up rather quick.