[jQuery] Re: partially loaded ajax callback

2007-05-12 Thread Ⓙⓐⓚⓔ
I added it to my jquery branch http://jqueryjs.googlecode.com/svn/branches/jake-dev/src/ajax/ajax.js What happens now??? On 5/11/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: added to the bug tracker, http://dev.jquery.com/ticket/1172 On 5/10/07, Mike Alsup < [EMAIL PROTECTED]> wrote: > > > Cool! I

[jQuery] Re: partially loaded ajax callback

2007-05-11 Thread Ⓙⓐⓚⓔ
added to the bug tracker, http://dev.jquery.com/ticket/1172 On 5/10/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Cool! I like it. Mike > I have a demo, it just shows the count of characters. > > http://jpassoc.com/Library.html -- Ⓙⓐⓚⓔ - יעקב ʝǡǩȩ ᎫᎪᏦᎬ

[jQuery] Re: partially loaded ajax callback

2007-05-10 Thread Mike Alsup
Cool! I like it. Mike I have a demo, it just shows the count of characters. http://jpassoc.com/Library.html

[jQuery] Re: partially loaded ajax callback

2007-05-10 Thread Ⓙⓐⓚⓔ
I have a demo, it just shows the count of characters. But kills opera with the over 4meg ajax load, works fine in FF 2 & Safari. http://jpassoc.com/Library.html $(function(){ $.ajax( {type: "GET" ,url: '/cat.cgi?Library.xml' ,complete:func

[jQuery] Re: partially loaded ajax callback

2007-05-10 Thread Jörn Zaefferer
Ⓙⓐⓚⓔ schrieb: since the dev list & tickets system is down... I'll post here. What do you think of adding this code to ajax.js? it will allow better loading information for long dynamic(php,perl...) ajax requests Could you (re)post your information about the browser support? -- Jörn Zaefferer