Tagged Questions

0
votes
2answers
107 views

using $.support or $.browser to test for multiple browsers

What's the best way to find out if a user is not using IE 7 or 8, Firefox, Safari, Chrome or Opera? I want to show a message if they are not using one those browsers. In this case is it just easier ...