I can't access to getElementById via jquery!!!

I can't access to getElementById via jquery!!!

Hi
I use this code in basic:
document.getElementById("someID").innerHTML = 'someHTML';

But i want to use jQuery to detect the ID. like this:
$('#someID').innerHTML = 'someHTML';

But this is not working
Any idea?