Browsing articles in "JavaScript"
Feb
14
2011

JavaScript Errors in Internet Explorer? It’s Probably a Comma’s Fault

comma

If you’re testing JavaScript code that seems to work in Firefox, Chrome, or Safari but not in Internet Explorer, a stray comma is probably to blame. This article explains why the problem occurs and offers some tips on how to avoid it.

Sep
16
2010

The JavaScript Dollar Sign ($) – What’s It For?

Web developers: every wonder what the heck the “$” dollar sign means in JavaScript and jQuery? Follow this link to learn all about it.