IE 8, 7, and 6 are all complaining about the same character in the below snippet:
else if (page == "/about") {
$.address.title("About");
$('#main').load("about.php", function () {
}); <= This character (the semi colon)
}
You'll see three javascript errros with IE 8 all pointing to the same character. Am I missing something or is this an invalid character in older version of IE?
{'a':3, 'b':2,}
will break in IE. If you have a decent IDE, this will get marked and picked up as an error. Intelli-J does this, at least.