Replace text by text() does not work

Replace text by text() does not work

Assuem I have somewhere on a web page the following text: "aa bb cc".

Now I want to replace this text by nothing (or one blank).


Then the following does NOT work:


$("aa bb cc").text('');


Why?