Re: [jQuery] Display Data in Chunks

2006-09-11 Thread John Resig
Rahul - This is a case where implementing a Live Grid style application would be really good. There's already a jQuery Plugin that supports this: http://makoomba.altervista.org/grid/ --John > I am running a PHP script which processes around 1500 records. Is there a > way in jQuery to get partial

Re: [jQuery] Display Data in Chunks

2006-09-11 Thread Arash Yalpani
Hi Rahul, > > I am running a PHP script which processes around 1500 records. Is > there a way in jQuery to get partial data back from the server. i.e. > get 100 finished records. no, this is not JQuery's business (and this goes for every other Ajax-Framework too). You have to make the *server

[jQuery] Display Data in Chunks

2006-09-11 Thread Rahul Trikha
Hi,I am running a PHP script which processes around 1500 records. Is there a way in jQuery to get partial data back from the server. i.e. get 100 finished records.Regards,Rahul Trikha ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/