[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Ralf S. Engelschall
On Fri, Apr 13, 2007, Fil wrote: > > So, could someone with Safari at hand be so kind and quickly view > > http://trainofthoughts.org/repo/export/jquery/jquery.xsajax.test.html > > and tell me what output sequence (N. x, N. ) is visible? > > jQuery XS AJAX Plugin Demo > > output of scri

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Fil
So, could someone with Safari at hand be so kind and quickly view http://trainofthoughts.org/repo/export/jquery/jquery.xsajax.test.html and tell me what output sequence (N. x, N. ) is visible? jQuery XS AJAX Plugin Demo output of script #1: i=17 output of script #2: j=52 1. start se

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Remy Sharp
The latest version of xsajax does work in Safari 2 (which should also work in Safari 1.3) On Apr 13, 9:39 am, "Ralf S. Engelschall" wrote: > On Thu, Apr 12, 2007, Ralf S. Engelschall wrote: > > On Thu, Apr 12, 2007, Jörn Zaefferer wrote: > > > > Ralf S. Engelschall schrieb: > > > > On Thu, Apr

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, Ralf S. Engelschall wrote: > On Thu, Apr 12, 2007, Jörn Zaefferer wrote: > > > Ralf S. Engelschall schrieb: > > > On Thu, Apr 12, 2007, wrote: > > > > > >> I've found the nightly webkits behave nothing like the latest safari! xml > > >> handling is improved oth

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-13 Thread Remy Sharp
Hi there, I've looked through the jspax code, and it looks like he's creating an explicit test once the package is loaded as I suggested initially. This can can also be achieved without the second script element: function loadExtScript(src, test, callback) { var s = document.createElement('scr

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, Jörn Zaefferer wrote: > Ralf S. Engelschall schrieb: > > On Thu, Apr 12, 2007, wrote: > > > >> I've found the nightly webkits behave nothing like the latest safari! xml > >> handling is improved other things are broke! Not sure if the current > >> safari > >> s

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Jörn Zaefferer
Ralf S. Engelschall schrieb: On Thu, Apr 12, 2007, wrote: I've found the nightly webkits behave nothing like the latest safari! xml handling is improved other things are broke! Not sure if the current safari source is available. [...] It seems to be even worse: the WebKi

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, wrote: > I've found the nightly webkits behave nothing like the latest safari! xml > handling is improved other things are broke! Not sure if the current safari > source is available. > [...] It seems to be even worse: the WebKit SVN trunk is _extremely_ differ

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ⓙⓐⓚⓔ
I've found the nightly webkits behave nothing like the latest safari! xml handling is improved other things are broke! Not sure if the current safari source is available. On 4/12/07, Ralf S. Engelschall <[EMAIL PROTECTED]> wrote: On Thu, Apr 12, 2007, Robert Wagner wrote: > jQuery XS AJAX Pl

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, Robert Wagner wrote: > jQuery XS AJAX Plugin Demo > > output of script #1: i=14 > output of script #2: j=49 > > 1. start sequence > 2. end sequence > > line 2+3 are continuesly counting up after a short display: script x loaded > > safari 2.0.4 tiger ppc Ok, then we

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Aaron Heimlich
I can also confirm the same results MacOS 10.4.9 (PowerPC) Safari 2.0.4 (419.3) On 4/12/07, Robert Wagner <[EMAIL PROTECTED]> wrote: i see: jQuery XS AJAX Plugin Demo output of script #1: i=14 output of script #2: j=49 1. start sequence 2. end sequence line 2+3 are continuesly counting up

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Diego A.
I don't think I'll need to use this any time soon but I have seen a few people trying to do this. So thank you for sharing Ralf On Apr 12, 2:53 pm, "Ralf S. Engelschall" wrote: > In case anybody is interested in it: for a project I'm currently working > on I've today abstracted the

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Robert Wagner
i see: jQuery XS AJAX Plugin Demo output of script #1: i=14 output of script #2: j=49 1. start sequence 2. end sequence line 2+3 are continuesly counting up after a short display: script x loaded safari 2.0.4 tiger ppc cheers, robert 2007/4/12, Ralf S. Engelschall <[EMAIL PROTECTED]>: O

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, Ralf S. Engelschall wrote: > > On Thu, Apr 12, 2007, Remy Sharp wrote: > > > [...] > > The reason it doesn't work in Safari is because the script element > > doesn't fire any events when the external library is loaded, and hence > > listening for the onreadystatechange doesn

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Ralf S. Engelschall
On Thu, Apr 12, 2007, Remy Sharp wrote: > [...] > The reason it doesn't work in Safari is because the script element > doesn't fire any events when the external library is loaded, and hence > listening for the onreadystatechange doesn't work. > [...] I've checked the latest sources from WebKit S

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Remy Sharp
I did comment on Ralf's web site, but I thought it would be useful to know: The plugin doesn't work in Safari. The reason it doesn't work in Safari is because the script element doesn't fire any events when the external library is loaded, and hence listening for the onreadystatechange doesn't wo