[jQuery] Re: jQuery speed seems slow

2009-10-14 Thread JenniferWalters
your issue doesn't lie in the actual ID selector, but > how you implemented other jQuery code vs. what you had before. > > On Oct 14, 12:15 pm, JenniferWalters > wrote: > > > > > I don't have a specific code snippet that is a problem.  I just > > started u

[jQuery] Re: jQuery speed seems slow

2009-10-14 Thread JenniferWalters
n sparingly (use DOM instead) because of the slowness. On Oct 14, 5:27 pm, Matt Kruse wrote: > On Oct 14, 3:33 pm, JenniferWalters wrote: > If you provide a simplified example case that you think is overly > slow, perhaps someone can identify other issues contributing to the > performance problem.

[jQuery] jQuery speed seems slow

2009-10-14 Thread JenniferWalters
Are jQuery searches slow versus using DOM? (i.e. document.getElementById("whatever") ) It seems that it takes forever to do things that when done with document.getElementById, goes much quicker. What do you think?