I'm making a website and would like to put a browser check that the user is using.
I do not want the site to be used in IE 6, 7, and 8. In addition to some older versions of Firefox you have in those Linux environments.
If the user's browser are some of these old ones I want to redirect the user to a page where he can download a more recent browser.
But I'm wondering if these old browsers understand jQuery, why I was thinking of doing a routine through that library.
Or is there any other way to do this? I do not know.