[Prototype-core] Re: new Ajax.Request problems with firefox, works fine in IE. Help!

2007-08-06 Thread Skip Baney
I suggest using Firebug to debug the problem. http://www.getfirebug.com/ You can use breakpoints to trace down whatever is causing the error. - Skip On 8/5/07, Adriano [EMAIL PROTECTED] wrote: Hey Everyone, I'm trying to use prototype but I cannot seem to use the Ajax.Request in Firefox

[Prototype-core] Re: prototype and js-packer

2007-08-06 Thread jdalton
Repatched per Mislavs request: http://dev.rubyonrails.org/ticket/9140 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To

[Prototype-core] Re: new Ajax.Request problems with firefox, works fine in IE. Help!

2007-08-06 Thread Tom Gregory
Use Firebug. Make sure you're using the most recent version of Prototype. Your sample works for me in Safari and Firefox. The code could be a bit cleaner--it might make debugging easier. This strip-down version does the same thing (it works too), and is a bit easier on the eyes (for me,

[Prototype-core] browser and platform info?

2007-08-06 Thread patrick.face
hello Does Prototype provide the browser and platform information? I didn't see it in the API. I'd like to determine if my users are on the mac and if so what browser. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups