Lazycoder

11Oct/060

once again, don’t check for specific browser types

With all of the hype surrounding AJAX, it looks like detecting specific browsers is back in fashion. I’ve talked about not detecting specific browser versions before, it just leads to the land of never ending if-elses. You should always detect the specific functionality you want to use. Never assume that just because a browser doesn’t support a feature it a specific browser.

Abe Fettig’s Weblog » Detecting IE7+ in Javascript

Filed under: General Leave a comment