Ajaxian » OpenLaszlo: How We Deal with Browser Quirks
- We keep an object that lists each quirk by name, with a boolean value for whether it’s active in the current browser or not…
- Next, we use some browser detection code to turn specific quirks on or off depending on the browser…
- Finally, [our code] checks these quirks at runtime.
About this entry
You’re currently reading “Ajaxian » OpenLaszlo: How We Deal with Browser Quirks,” an entry on A Frog in the Valley
- Published:
- 2007/04/02 / 12:51
- Category:
- development
- Tags: