jQuery support is meant for feature detection, not browser sniffing. If you need to weed out AOL, try
var isAOL = navigator.userAgent.toLowerCase().indexOf('aol') > -1 But latest verisons of the AOL browser are all based on Internet Explorer, so rendering and everything is the same, you shouldn't need to do anything different. On Apr 21, 10:28 am, Reepsy <mre...@gmail.com> wrote: > Is anyone aware of an event that can be used to flesh out AOL via > jQuery support()?