[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-20 Thread Ricardo
Is it completely unfeasible to install Firefox 1.5 on those PCs (I wonder what hardware these are O.o)? It should work on Win95. Or event a linux distro if it's all browser+docs being done, might be cheaper than taking the time to redo it all without jQuery. Else, first thing to do is get a VM

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-19 Thread Klaus Hartl
On 18 Jun., 19:32, Rodrigo rodrigo.s.alfo...@gmail.com wrote: I'm trying the simplest task ever, like an alert thrown on the $ (document).ready, but no luck :-( Also, I slightly remember that alerts are one of the things that do not work in the standalone IEs... --Klaus

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread James
jQuery is listed on the website as compatible with IE6+, so that's probably it. On Jun 18, 7:32 am, Rodrigo rodrigo.s.alfo...@gmail.com wrote: Hi everyone! I've been doing some research and I've found different opinions about the compatibility of jQuery with IE5.5. My problem is that I

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Rodrigo Sebastián Alfonso
Yeah, I thought so, but it's not an option to me to work without Win 95 (yes, I also said WTF). Client needs! Thanks anyways James! :-) On Thu, Jun 18, 2009 at 4:33 PM, James james.gp@gmail.com wrote: jQuery is listed on the website as compatible with IE6+, so that's probably it. On

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread James
Are you serious? I guess you're just going to have to give them the reality of the fact that that's the way it is. Things aren't going to work as expected with legacy software. Is IE5.5 the only browser you have to design for, or just one that you also have to accommodate for? On Jun 18, 9:45 

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Andy Matthews
, June 18, 2009 2:56 PM To: jQuery (English) Subject: [jQuery] Re: jQuery 1.3.2 in IE5.5 Are you serious? I guess you're just going to have to give them the reality of the fact that that's the way it is. Things aren't going to work as expected with legacy software. Is IE5.5 the only browser you have

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Charlie
not sure if this will help you or not but IE tester has an IE5.5 script engine, as well as 6,7 8 http://www.my-debugbar.com/wiki/IETester/HomePage Rodrigo Sebastin Alfonso wrote: Yeah, I thought so, but it's not an option to me to work without Win 95 (yes, I also said WTF). Client needs!

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Gmail
I wish I weren't serious! It's an internal website for something like 400 users, a hundred of which are using ie5.5 :-( Worst part is that they just told us this after a month of coding a VERY jQueryish site T_T Someone please shoot me xD On 18/06/2009, at 16:55, James

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Gmail
-Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of James Sent: Thursday, June 18, 2009 2:56 PM To: jQuery (English) Subject: [jQuery] Re: jQuery 1.3.2 in IE5.5 Are you serious? I guess you're just going to have to give them the reality

[jQuery] Re: jQuery 1.3.2 in IE5.5

2009-06-18 Thread Olivier Percebois-Garve
Hi Prototype used to support IE5.5, but I don't know for the current versions. It may be easier than to do everything by hand and workaround weird browser bugs by yourself Rodrigo wrote: Hi everyone! I've been doing some research and I've found different opinions about the compatibility of