[jQuery] Re: Need help on jQuery.browser.version

2008-05-07 Thread RobG
On May 5, 1:11 pm, chrbar <[EMAIL PROTECTED]> wrote: > Thanks a lot Mike, I've tried, it works perfectly! > > I would like to add FF 1 and IE 5 which are not supported too. > Could you tell me if my code is correct... I think I did an error: Now you see the futility of browser detection as a st

[jQuery] Re: Need help on jQuery.browser.version

2008-05-05 Thread chrbar
Thanks a lot Mike, I've tried, it works perfectly! I would like to add FF 1 and IE 5 which are not supported too. Could you tell me if my code is correct... I think I did an error: // See http://developer.apple.c

[jQuery] Re: Need help on jQuery.browser.version

2008-05-04 Thread Michael Geary
Like this? // See http://developer.apple.com/internet/safari/uamatrix.html for Safari versions if( $.browser.safari && $.browser.version < 523 ) document.write( 'test' ); else document.write( 'test' ); As an aside, note how the use of single quotes for the strings