CSS Browser detection using jQuery instead of hacks CSS Browser detection using jQuery instead of hacks

- (TviWebDevelopmentBlog) - 5 months ago...

Browser sniffing is messy. There are a million ways to do it but none of them are particularly clean and most involve conditional statements such as "" for IE and various other CSS selector hacks for other browsers.I've done a fair amount of browser sniffing with jQuery recently and it's really easy, useful for when you need to detect the browser and version number in your javascript. It occurred to me that it would be easy to detect the browser and then put something in the ...

see complete article.

Similar recent news articles...

Older news

Hot Topics