[jQuery] jQuery.data(name,value) returns jQuery?

[jQuery] jQuery.data(name,value) returns jQuery?


The docs at http://docs.jquery.com/Core say that jQuery.data
(name,value) should return the value, but instead it seems to be
returning jQuery. Is this what is supposed to happen?