UI Deploy

Curated, Short, Web UI Dev we Love.

JQuery Tutorial - Getting Browser Information

One of these days every browser will act the same and support the same web standards. However, that's not today. With any sufficiently complicated web application, it's important to know what browser the user is running so you know what javascript functions are available or what CSS it supports. This tutorial will go through all the mechanisms available in JQuery to determine what browser and what version is being used.

view post...

Advertisement