I am a new web developer using ASP.NET. I don't need javascript for anything else yet, since the applications I created so far were pretty simple data mining applications, and my audience did not look for bells and whistles. However, I would like to start moving away from relying so much on ASP.NET stuff (built-in check checks, ajax toolkit, etc.).
Besides learning the language syntax, what do you need to know about javascript before I can start using frameworks like jquery to create meaningful business applications with beautiful ajax widgets, etc.? Do I need to learn all about DOM and HTTP and different browsers? All this is quite complicated.
source share