The jQuery.browser object got depreciated rather recently in favour of feature detection. It would probably be easier for future maintainability if you were to code around detecting what different browser versions don't support, then writing in conditionals for handling the lack of that feature. Check out the jQuery.support object, which is the new standard that replaced jQuery.browser
On May 27, 2:15 pm, Karl Swedberg <k...@englishrules.com> wrote: > On May 27, 2009, at 2:47 AM, Nitin Sawant wrote: > > > how to Detect version of internet explorer using jquery?? > > $.browser.msie && $.browser.version > > > & also name of browser? > > You'll probably need to parse the string returned by navigator.userAgent > > keep in mind, though, that browser sniffing is usually a bad idea. > > --Karl > > ____________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com