[jQuery] Re: Ajax/Safari 3/SSL

2008-04-01 Thread Josh Nathanson
[EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Monday, March 31, 2008 7:39 PM Subject: [jQuery] Re: Ajax/Safari 3/SSL Just for poops and giggles, rather than using a relative url, try giving the full absolute path (https://blabla) in your ajax call. This is only a hunch, it may have

[jQuery] Re: Ajax/Safari 3/SSL

2008-03-31 Thread Jeffrey Kretz
You aren't by chance doing a cross-domain ajax call when you do it by SSL are you? In terms of debugging options, you can use Firebug Lite (and sprinkle your code with lots of console.log() statements). http://www.getfirebug.com/lite.html Also, Drosera is a debugger with the WebKit project

[jQuery] Re: Ajax/Safari 3/SSL

2008-03-31 Thread Josh Nathanson
: Jeffrey Kretz [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Monday, March 31, 2008 5:46 PM Subject: [jQuery] Re: Ajax/Safari 3/SSL You aren't by chance doing a cross-domain ajax call when you do it by SSL are you? In terms of debugging options, you can use Firebug Lite (and sprinkle

[jQuery] Re: Ajax/Safari 3/SSL

2008-03-31 Thread Jeffrey Kretz
Sent: Monday, March 31, 2008 6:36 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Ajax/Safari 3/SSL Nope, not cross-domain. I'm using a relative url so that shouldn't be an issue. It works fine in all other browsers, SSL or not, though I haven't tried Safari 2 yet. I'll give Firebug