I have a website with a few jQuery animations, commands, etc. It runs flawlessly in Google Chrome and Firefox, but is a real pain when it comes to IE.
Is there a code I can insert at the beginning of my webpage (before loading anything else) in order to check what browser the user is using, and if it's IE, get a warning box to pop up to ask him (kindly) to consider switching to FIrefox or Chrome?
INFO: I have no knowledge whatsoever in .NET, PHP, or other server-side languages (didn't really need it so far).