JavaScript Journal

Subscribe to JavaScript Journal: eMailAlertsEmail Alerts newslettersWeekly Newsletters
Get JavaScript Journal: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


JavaScript Authors: Peter Lubbers, Frank Greco, Yakov Fain, David Dossot, Maureen O'Gara

Related Topics: JavaScript

JavaScript: RSS Feed Item

7 JavaScript Differences Between Firefox & IE

Although the days of long and tedious code branches to target specific browsers in JavaScript are over, once in a while it’s still necessary to do some simple code branching and object detection to ensure that a certain piece of code is working properly on a user’s machine. In this article, I’ll outine 7 areas where Internet Explorer and Firefox differ in JavaScript synta

Read the original blog entry...