What fresh hell is THIS now? - Patrick Lauke
alert('Hello world')
Depends highly on the project and support requirements. For a larger project, having JQ is nice, since it allows me to focus on the problem to solve, instead of having to deal with browser compatibility issues. For some simple pages with JS enhancing the experience, vanilla might be preferred.
What /is/ important, I'd argue, is being able to know what to do when you have to debug matters, or when Vanilla JS is a better idea. In short: know your language, and know when to use a library to its advantages.
<html lang=“en”>
) in our app. But we translate our app into 24 other languages. I don’t really know how this would work, would JS reset the cookie and replace the default? Any advice? (Assume I am ignorant in the ways of Javascript.)
[karlgroves] >Is this the most inaccessible site you have ever seen
IDK, can we count web-based applications as sites? :wink:
<html lang=“en”>
will that get stuck as the default regardless of the language of the page?
[karlgroves] @jasonday but it really isn’t 100 lines vs. 5. It might be 5 lines in your code, but you’re not literally deleting 95 lines of code.
Don’t get me wrong, I’m not bashing jQuery, but it doesn’t seem like you’re comparing apples to apples.