[jQuery] passing 0 to html() doesn't work like it does for other numbers

[jQuery] passing 0 to html() doesn't work like it does for other numbers


When I call html(5) it will set the innerHtml of my element(s) to "5".
However, zero seems to work differently. When I call html(0), it
removes the contents of my element(s) and does not append anything. I
had hoped after a call to html(0), that html() would return "0".
Is this the expected behavior, or is this a bug?
Thanks,
Lowell