[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-07 Thread ravi
[apologies for the self-response] On Jun 7, 2009, at 11:08 PM, Ravi Narayan Sarma wrote: In the hope that a public recounting of my adventures will be of some edifying value, perhaps in the archives, an update: Some details that I forgot to add. I used Safari/WebKit's profiler to see w

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-07 Thread ravi
In the hope that a public recounting of my adventures will be of some edifying value, perhaps in the archives, an update: = Background: My problem: performance of my newbie jQuery based app with a table with 100s of rows consisting of 1000s of form elements slowed to an unus

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread ravi
On Jun 5, 2009, at 2:00 PM, James wrote: Try giving this post a read for tips on inserting large amount of data into the DOM: http://groups.google.com/group/jquery-en/browse_thread/thread/9889ebd5e10c9122 James, thank you for the link. The particular thread above deals with inserting a la

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread James
Try giving this post a read for tips on inserting large amount of data into the DOM: http://groups.google.com/group/jquery-en/browse_thread/thread/9889ebd5e10c9122 As for having many form elements, are these elements hidden by default? Usually the page becomes slower as you add more content on th

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread ravi
On Jun 5, 2009, at 1:04 PM, ravi wrote: Hello all, a newbie question: In a web page, I have a table with 300+ rows each with 15 or so form elements, adding up to 4500+ form elements in that single page. The table is created and maintained dynamically using jQuery+AJAX. Each element has