How Do I report an jquery error?

How Do I report an jquery error?

Hi

I noticed if I do something like this

$("#selectAnyElment").html(0);

The zero will not be represented on the page. In order to get it work I got to convert it to a string(what is a big pain in the ass because I am usually doing some count down thing and that sort of screws up my countdown thing)

So to me this is a bug and I am wondering where do I report it?