[jQuery] remarkable (slow) iteration performance in jQuery 1.2.1

2007-10-10 Thread pkeane
; $(# + type).html(html); */ } } var end = new Date(); alert(end - start); //display execution time in milliseconds Here is the JSON: {pkeane: { slideshow: {educause_no_1:educause no 1,educause_slides:educause slides,educause_backups:educause backups,saved_images:saved

[jQuery] Re: remarkable (slow) iteration performance in jQuery 1.2.1

2007-10-10 Thread pkeane
. -Mike From: pkeane Hi folks- I am getting some troublesome benchmarks on a bit of code and I wonder if I am missing something. I am iterating over a JSON object to dynamically create a menu. The jQuery code consistently takes over 5000 milliseconds (!) to complete and my raw javascript