[jQuery] Using " " (or not!)

[jQuery] Using " " (or not!)


This does not work:
$("#msgUnits").text( );
nor does this...
$("#msgUnits").text(' ');
I guess   is html only?
Clues, anyone?