[jQuery] jQuery speed seems slow

[jQuery] jQuery speed seems slow


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?