[jQuery] Handling unsupported browsers

2007-03-08 Thread Jose
Hi, I've started using jQuery and I really like it. Thank you! I'd like to know if there is a snippet or recommended method for handling the user interaction when the browser is not supported or javascript has been disabled. Also, I would like to know if the jQuery Ajax works on IE5.x

[jQuery] Handling unsupported browsers

2006-10-18 Thread Mike Chabot
Does anyone have a preferred way for handling browsers that are not officially supported by jQuery, such as Netscape? What I am planning on doing is having server-side browser detection code which gives me the browser name, platform, and version number, then in my site, having each page coded in

Re: [jQuery] Handling unsupported browsers

2006-10-18 Thread Kurt Mackey
HTML, and it will degrade gracefully. -Kurt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chabot Sent: Wednesday, October 18, 2006 11:53 AM To: discuss@jquery.com Subject: [jQuery] Handling unsupported browsers Does anyone have a preferred way

Re: [jQuery] Handling unsupported browsers

2006-10-18 Thread Steven Wittens
Does anyone have a preferred way for handling browsers that are not officially supported by jQuery, such as Netscape? What I am planning on doing is having server-side browser detection code which gives me the browser name, platform, and version number, then in my site, having each page coded

Re: [jQuery] Handling unsupported browsers

2006-10-18 Thread Mike Chabot
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chabot Sent: Wednesday, October 18, 2006 11:53 AM To: discuss@jquery.com Subject: [jQuery] Handling unsupported browsers Does anyone have a preferred way for handling browsers that are not officially supported by jQuery, such as Netscape