I thought about.. not with jQuery the way it is, but with a small patch, you
can be alerted to partial loads, and do your loading ... %

with this patch (tested in firefox 2) you can use an extra callback,
partial, similar to complete.

Do you think this should go into the core? it's tiny and opens up a lot of
possible features!

--- src/ajax/ajax.js    2007-05-07 09:18:19.000000000 -0700
+++ src/ajax/ajax copy.js       2007-04-12 12:27:36.000000000 -0700
@@ -708,10 +708,6 @@
                               if(s.async)
                                       xml = null;
                       }
-                       else if (xml && xml.readyState == 3){
-                               if (s.partial)
-                                       s.partial( xml, 'partial' );
-                       }
               };



On 5/6/07, amircx <[EMAIL PROTECTED]> wrote:



hey. can i return in jquery how mutch bytes are loaded ? in that way i can
do
instad of "Loading....." message i can calculate precents.... is that
possible somehow to do somthing like:
"loading...33%" ....

--
View this message in context:
http://www.nabble.com/retrive-how-bytes-are-loaded...possible--tf3701796s15494.html#a10351812
Sent from the JQuery mailing list archive at Nabble.com.




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to