|
|
|
|
|
by smt88
4081 days ago
|
|
I just assumed the person I was replying to was complaining about document.getElementById('whatever') (etc.) vs $('#whatever'). In response to your comment, polyfills are more future-proof solutions to browser compatibility, which is the only remaining problem that I see jQuery as solving well. |
|
Actually that is what I was referring to. I must not have given TypeScript enough of a shake. I couldn't find the section in the early tutorial that showed me that sugar, and I also couldn't figure out how the typing stuff would help me working with a bunch of network-y type apps. Obviously this is my own failing. Inspired now to give it another shot, so thanks.